You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the appropriate plugin's documentation.
I have searched that this issue has not been reported before.
By checking this, I confirm that the above steps are completed. I understand leaving this unchecked will result in this report being closed immediately.
Describe the bug
When I type :e %<tab> it does not expand % to the current file path. It works fine with nvim --clean. After that I cloned the repo to get a fresh install but that doesn't fix it. Then I did a little bit of digging with git bisect and found out that it stopped working in commit d350db2.
Before Reporting an Issue
I have read the kickstart.nvim README.md.
I have read the appropriate plugin's documentation.
I have searched that this issue has not been reported before.
By checking this, I confirm that the above steps are completed. I understand leaving this unchecked will result in this report being closed immediately.
Describe the bug
When I type
:e %<tab>it does not expand%to the current file path. It works fine withnvim --clean. After that I cloned the repo to get a fresh install but that doesn't fix it. Then I did a little bit of digging withgit bisectand found out that it stopped working in commit d350db2.To Reproduce
:e %Desktop
Neovim Version