mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
move KeyMap_Invoke into the autoload file
This will keep the class file cleaner, and may also fix #223
This commit is contained in:
@@ -371,6 +371,13 @@ function! nerdtree#initNerdTreeMirror()
|
||||
endif
|
||||
endfunction
|
||||
|
||||
" FUNCTION: nerdtree#invokeKeyMap(key) {{{2
|
||||
"this is needed since I cant figure out how to invoke dict functions from a
|
||||
"key map
|
||||
function! nerdtree#invokeKeyMap(key)
|
||||
call g:NERDTreeKeyMap.Invoke(a:key)
|
||||
endfunction
|
||||
|
||||
" FUNCTION: nerdtree#nextBufferName() {{{2
|
||||
" returns the buffer name for the next nerd tree
|
||||
function! nerdtree#nextBufferName()
|
||||
|
||||
Reference in New Issue
Block a user