diff --git a/lib/nerdtree/creator.vim b/lib/nerdtree/creator.vim index b80709e..090bc04 100644 --- a/lib/nerdtree/creator.vim +++ b/lib/nerdtree/creator.vim @@ -8,7 +8,7 @@ let g:NERDTreeCreator = s:Creator "FUNCTION: s:Creator._bindMappings() {{{1 function! s:Creator._bindMappings() "make do the same as the activate node mapping - nnoremap :call nerdtree#invokeKeyMap(g:NERDTreeMapActivateNode) + nnoremap :call nerdtree#ui_glue#invokeKeyMap(g:NERDTreeMapActivateNode) call g:NERDTreeKeyMap.BindAll()