Skip to content

Commit 8618929

Browse files
committed
fix a couple of typos in the filesystem menu
1 parent b3df8fb commit 8618929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nerdtree_plugin/fs_menu.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ endif
1616
let g:loaded_nerdtree_fs_menu = 1
1717

1818
call NERDTreeAddMenuItem({'text': '(a)dd a childnode', 'shortcut': 'a', 'callback': 'NERDTreeAddNode'})
19-
call NERDTreeAddMenuItem({'text': '(m)ove the curent node', 'shortcut': 'm', 'callback': 'NERDTreeMoveNode'})
20-
call NERDTreeAddMenuItem({'text': '(d)elete the curent node', 'shortcut': 'd', 'callback': 'NERDTreeDeleteNode'})
19+
call NERDTreeAddMenuItem({'text': '(m)ove the current node', 'shortcut': 'm', 'callback': 'NERDTreeMoveNode'})
20+
call NERDTreeAddMenuItem({'text': '(d)elete the current node', 'shortcut': 'd', 'callback': 'NERDTreeDeleteNode'})
2121
if g:NERDTreePath.CopyingSupported()
2222
call NERDTreeAddMenuItem({'text': '(c)copy the current node', 'shortcut': 'c', 'callback': 'NERDTreeCopyNode'})
2323
endif

0 commit comments

Comments
 (0)