commit 678bb2816874d92bca4eea46e0f5f40a15ddab68
parent aa1e7d642f6309576b8d283b5de43b0b0a44483d
Author: Martin Grenfell <martin.grenfell@gmail.com>
Date: Fri, 17 Feb 2012 15:31:37 +0000
add NERDTreeFocus command - calls the NERDTreeFocus() function
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
@@ -169,6 +169,7 @@ command! -n=0 -bar NERDTreeClose :call s:closeTreeIfOpen()
command! -n=1 -complete=customlist,s:completeBookmarks -bar NERDTreeFromBookmark call s:initNerdTree('<args>')
command! -n=0 -bar NERDTreeMirror call s:initNerdTreeMirror()
command! -n=0 -bar NERDTreeFind call s:findAndRevealPath()
+command! -n=0 -bar NERDTreeFocus call NERDTreeFocus()
" SECTION: Auto commands {{{1
"============================================================
augroup NERDTree