vim-ctrlp-switcher
vim-ctrlp-switcher copied to clipboard
full mode shows the same file as currently open
Can you post a minimal working example where it fails? Whether there are any symlinks and so on.
steps to reproduce:
- mkdir test && cd $_
- touch test.js
- vim test.js
- :CtrlPSwitchFull
Unfortunately, I can not reproduce the issue - it gets me '== NO ENTRIES =='
You can try adding the related variables to the results variable in order to debug.
Add the following line to autoload/ctrlp/switcher.vim, line 173
result += [ ">>>" + current_file]