Description
I was trying to utilize this new feature that was implemented via PR #739.
I am having an issue where this feature works for me when I open nvim in certain directories on my system but not when I open nvim in other directories. I can't figure out what is causing the conflict based on the directory and in what context.
When it doesn't work the command simply fails to run—there is no error message or output—that is: nothing happens (see video below).
I've looked around through the docs here but I can't figure out: How do I debug a non-functioning command? Is there a way to view a debug console or log or something that might give me a hint? Just trying to figure out what the missing piece to my puzzle is and am not much of a neovim pro so not sure how I start to pull apart this problem. Thanks in advance.
Here is a video:

Here is my original description of the problem I am seeing. NOTE: I have tested it again with nvim -NU test.vim test.txt with the same results.
Thanks for any guidance.
Description
I was trying to utilize this new feature that was implemented via PR #739.
I am having an issue where this feature works for me when I open
nvimin certain directories on my system but not when I opennvimin other directories. I can't figure out what is causing the conflict based on the directory and in what context.When it doesn't work the command simply fails to run—there is no error message or output—that is: nothing happens (see video below).
I've looked around through the docs here but I can't figure out: How do I debug a non-functioning command? Is there a way to view a debug console or log or something that might give me a hint? Just trying to figure out what the missing piece to my puzzle is and am not much of a neovim pro so not sure how I start to pull apart this problem. Thanks in advance.
Here is a video:
Here is my original description of the problem I am seeing. NOTE: I have tested it again with
nvim -NU test.vim test.txtwith the same results.Thanks for any guidance.