I have Vim 7.1 and NERDTree 3.1.0.
I have just started using vim and NERDTree looks like a nice plugin.
Following the directions I am able to start NERDTree at / with:
:NERDTree /
But from there, any mapping i try to use doesnt seem to do anything. If
I highlight a file/dir, hit 'o' nothing happens. If I hit 'o'
immediately after that an 'o' appears on my command line at the bottom.
If i then hit <Backspace> i see on the command line:
:call <SID>activateNode(0)<cr>
If I hit <Enter> I see a red error message:
E81: Using <SID> not in a script context
What's going on? I'm a noob in vim.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---