There is some kind of conflict between
editorconfig/editorconfig-vim
junegunn/fzf.vim
This is the result of vim session
while i expect
Steps
- open empty file (like
vim main)
- Edited Hit
i to enter Insert mode
- type
./
- press
<c-x><c-f> (the imap <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.
There is some kind of conflict between
editorconfig/editorconfig-vimjunegunn/fzf.vimThis is the result of vim session
while i expect
Steps
vim main)ito enter Insert mode./<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)some-fileThe file gets extra
/as aforementioned. It works OK, when I remove.editorconfigfile (or comment the[*]section).It also could be a
fzfissue, but I didn't track it further. Just showing what I found.