Skip to content

Commit

Permalink
Fix typo in copy action
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-rushakoff committed Oct 3, 2012
1 parent a1433c4 commit 92a31a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nerdtree_plugin/fs_menu.vim
Expand Up @@ -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
Expand Down

0 comments on commit 92a31a6

Please sign in to comment.