File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1228,11 +1228,11 @@ endfunction
1228
1228
1229
1229
" FUNCTION: nerdtree#bindMappings() {{{2
1230
1230
function ! nerdtree#bindMappings ()
1231
- " make <cr> do the same as the default 'o' mapping
1232
- exec " nnoremap <silent> <buffer> <cr> :call <SID>KeyMap_Invoke('" . g: NERDTreeMapActivateNode ." ')<cr>"
1233
-
1234
1231
call g: NERDTreeKeyMap .BindAll ()
1235
1232
1233
+ " make <cr> do the same as the default 'o' mapping
1234
+ exec " nnoremap <silent> <buffer> <cr> :call nerdtree#invokeKeyMap('" . g: NERDTreeMapActivateNode ." ')<cr>"
1235
+
1236
1236
command ! - buffer -nargs =? Bookmark :call <SID> bookmarkNode (' <args>' )
1237
1237
command ! - buffer -complete =customlist ,nerdtree#completeBookmarks -nargs =1 RevealBookmark :call <SID> revealBookmark (' <args>' )
1238
1238
command ! - buffer -complete =customlist ,nerdtree#completeBookmarks -nargs =1 OpenBookmark :call <SID> openBookmark (' <args>' )
You can’t perform that action at this time.
0 commit comments