I am new with vim plugins.
I just have downloaded the nerdtree one from its git repository onto a ~/.vim/plugin directory.
Then, I have moved the NERD_tree.vim file from the ~/.vim/plugin/nerdtree-master directory up to ~/.vim/plugin.
When launching vim I have the following errors :
Error detected while processing ~/.vim/plugin/NERD_tree.vim:
line 68:
E117: Unknown function: nerdtree#runningWindows
E116: Invalid arguments for function <SNR>6_initVariable
line 94:
E117: Unknown function: nerdtree#runningWindows
I think I have missed something when installing, isn't it ?
Thanks for your help
Repository also contains files in autoload/, doc/, lib/, nerdtree_plugin/, syntax/ subdirectories. You need all of these directories with threir contents placed into $HOME/.vim.
By the way, does not plugin has installation instructions? I do not think they include "take one file out of many and place it into .vim/plugin".
>
> --
> --
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php
>
> ---
> You received this message because you are subscribed to the Google Groups "vim_use" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+u...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
Dear all,
I am new with vim plugins.
I just have downloaded the nerdtree one from its git repository onto a ~/.vim/plugin directory.
Then, I have moved the NERD_tree.vim file from the ~/.vim/plugin/nerdtree-master directory up to ~/.vim/plugin.
Great !
Install is OK.
Thanks for your help.
J-L