kien / ctrlp.vim

Fuzzy file, buffer, mru, tag, etc finder.
kien.github.com/ctrlp.vim
7.26k stars 676 forks source link

Ctrlp breaks on directory names #635

Open captain-zoom opened 9 years ago

captain-zoom commented 9 years ago

Ctrlp is breaking whenever I try to include the name of the directory in the path. For example: if I type 'vim' in my home directory, I get results like

> vim/.vimrc
> vim/.viminfo

If, instead, I type 'vim/' (with the intention of going on to specify 'vim/.viminfo', I get

==NO ENTRIES==

Nothing special about the vim directory; this happens anywhere, with any search.

This may be related to another bug I'm trying to track down, namely that tab completion on the Vim command line is broken. E.g.,

:ls ~/Doc^I  

The ^I shows up instead tab completion. (This happens on the command line only -- i.e., code completion still works fine -- and does not happen in the shell.)

Any hints are much appreciated!