Fix typo in copy action

This commit is contained in:
Mark Rushakoff 2012-10-03 12:39:56 -07:00
parent a1433c485e
commit 92a31a6fb2

View File

@ -26,7 +26,7 @@ if has("gui_mac") || has("gui_macvim")
endif endif
if g:NERDTreePath.CopyingSupported() 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 endif
"FUNCTION: s:echo(msg){{{1 "FUNCTION: s:echo(msg){{{1