I am using ctrlp.vim plugin which is essentially a file finder. I followed the installation steps as mentioned here:
http://kien.github.io/ctrlp.vim/#installation (using git)
My plugin is working fine and as expected but on starting vim I get following error:
Error detected while processing FuncUndefined Auto commands for "*":
E194: No alternate file name to substitute for '#': runtime autoload/ctrlp#utils#cachedir.vim
Press ENTER or type command to continue
On removing set runtimepath^=~/.vim/bundle/ctrlp.vim
from my vimrc the error goes away but obviously even my plugin stops working which is not desired.
Please help.