Skip to content

Conflict while using fzf.vim plugin #246

Description

@xliiv

There is some kind of conflict between

  1. editorconfig/editorconfig-vim
  2. junegunn/fzf.vim

This is the result of vim session

/./some-file

while i expect

./some-file

Steps

  1. open empty file (like vim main)
  2. Edited Hit i to enter Insert mode
  3. type ./
  4. 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)
  5. 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

No one assigned

    Labels

    supportRequest for direct support

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions