commit bf79e223aefe0665bcc62b5dcc4c2c23c6f23fc5 parent a1433c485eb254838c1db52e087d5ec4d1e77cfd Author: Martin Grenfell <martin.grenfell@gmail.com> Date: Wed, 3 Oct 2012 13:03:09 -0700 Merge pull request #196 from mark-rushakoff/master Fix typo in copy action Diffstat:
| M | nerdtree_plugin/fs_menu.vim | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nerdtree_plugin/fs_menu.vim b/nerdtree_plugin/fs_menu.vim @@ -26,7 +26,7 @@ if has("gui_mac") || has("gui_macvim") endif if g:NERDTreePath.CopyingSupported() - call NERDTreeAddMenuItem({'text': '(c)copy the current node', 'shortcut': 'c', 'callback': 'NERDTreeCopyNode'}) + call NERDTreeAddMenuItem({'text': '(c)opy the current node', 'shortcut': 'c', 'callback': 'NERDTreeCopyNode'}) endif "FUNCTION: s:echo(msg){{{1
