Merge pull request #196 from mark-rushakoff/master

Fix typo in copy action
This commit is contained in:
Martin Grenfell 2012-10-03 13:03:09 -07:00
commit bf79e223ae

View File

@ -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