-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Description
There is some kind of conflict between
editorconfig/editorconfig-vimjunegunn/fzf.vim
This is the result of vim session
/./some-file
while i expect
./some-file
Steps
- open empty file (like
vim main) - type
./ - press
<c-x><c-f>(theimap <c-x><c-f> <plug>(fzf-complete-path)binding must be in your.vimrc, see https://github.com/junegunn/fzf.vim?tab=readme-ov-file#mappings) - pick
some-file
The file gets extra / as aforementioned. It works OK, when I remove .editorconfig file (or comment the [*] section).
It also could be a fzf issue, but I didn't track it further. Just showing what I found.
Metadata
Metadata
Assignees
Labels
No labels