commit 410081a60e19ff3f2268b4f5797606bf3297d3c8
parent 7f36008e8082d571148949952dbef8ea091e9bbb
Author: Martin Grenfell <martin.grenfell@gmail.com>
Date: Tue, 8 Jul 2014 09:06:46 +0100
Merge pull request #353 from lucascaton/master
Updating creator.vim file (this fixes #352)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 <cr> do the same as the activate node mapping
- nnoremap <silent> <buffer> <cr> :call nerdtree#invokeKeyMap(g:NERDTreeMapActivateNode)<cr>
+ nnoremap <silent> <buffer> <cr> :call nerdtree#ui_glue#invokeKeyMap(g:NERDTreeMapActivateNode)<cr>
call g:NERDTreeKeyMap.BindAll()