Merge pull request #196 from mark-rushakoff/master
Fix typo in copy action
This commit is contained in:
commit
bf79e223ae
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user