I don't know if it's a bug because of my configuration or if I just don't know how to use you plugin, but I can't make it work.
In my .vimrc I added these lines :
Bundle 'amiorin/vim-project'
let g:project_use_nerdtree = 0
set rtp+=~/.vim/bundle/vim-project/
call project#rc()
Project 'scratch'
When I use the :Project comand without argument to initialize project I have this error :
With scratch (no quote) argument :
E121: Undefined variable: scratch
E116: Invalid arguments for function project#config#project
And with the 'scratch' argument nothing hapen.
Can you help me please.
I don't know if it's a bug because of my configuration or if I just don't know how to use you plugin, but I can't make it work.
In my .vimrc I added these lines :
When I use the :Project comand without argument to initialize project I have this error :
With scratch (no quote) argument :
And with the 'scratch' argument nothing hapen.
Can you help me please.