ctrlpvim / ctrlp.vim

Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder.
ctrlpvim.github.com/ctrlp.vim
Other
5.57k stars 259 forks source link

tilde home dir conflicts with <F7> delete entry #549

Open Arnie97 opened 4 years ago

Arnie97 commented 4 years ago

Minimal reproduction:

:let g:ctrlp_tilde_homedir = 1
:e ~/any/file/in/your/home/dir
:CtrlPMRUFiles

Now press <c-Z> <F7>. Expected behavior: ~/any/file/in/your/home/dir should be deleted from the MRU list. Actual behavior: well, nothing happened, the MRU entry was still here.

Arnie97 commented 4 years ago

Ping #76