Usually, if I type :vsplit /path/to/some/directory Tab, the available directories will be autocomplete.
After reinstalling VIM, there is one directory that will no longer allow autocompletion, and I cannot understand why. Catalog ~/Sites/django/. When I type ~/Sites/, it Tabwill show me the catalogs drupaland apps, but will not django. If my working directory is inside this django directory, :vsplitit will not let me autocomplete either.
I did ls -haltrin the directory and it looks the same as the others in the directory ~/Sites/.
Also, when I use the CtrlP plugin inside this directory, I get an error "==NO ENTRIES==". In other places, CtrlP works fine.
Why can this happen and how can I fix it?
source
share