add NERDTreeFocus command - calls the NERDTreeFocus() function

This commit is contained in:
Martin Grenfell 2012-02-17 15:31:37 +00:00
parent aa1e7d642f
commit 678bb28168

View File

@ -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