bugfix: :NERDTreeMirror doesnt have tab completion
This commit is contained in:
parent
9e0a0b6a43
commit
5f4c005771
@ -154,7 +154,7 @@ command! -n=? -complete=dir -bar NERDTree :call s:initNerdTree('<args>')
|
|||||||
command! -n=? -complete=dir -bar NERDTreeToggle :call s:toggle('<args>')
|
command! -n=? -complete=dir -bar NERDTreeToggle :call s:toggle('<args>')
|
||||||
command! -n=0 -bar NERDTreeClose :call s:closeTreeIfOpen()
|
command! -n=0 -bar NERDTreeClose :call s:closeTreeIfOpen()
|
||||||
command! -n=1 -complete=customlist,s:completeBookmarks -bar NERDTreeFromBookmark call s:initNerdTree('<args>')
|
command! -n=1 -complete=customlist,s:completeBookmarks -bar NERDTreeFromBookmark call s:initNerdTree('<args>')
|
||||||
command! -n=0 -complete=customlist,s:completeNERDTreeMirrors -bar NERDTreeMirror call s:initNerdTreeMirror()
|
command! -n=0 -bar NERDTreeMirror call s:initNerdTreeMirror()
|
||||||
" SECTION: Auto commands {{{1
|
" SECTION: Auto commands {{{1
|
||||||
"============================================================
|
"============================================================
|
||||||
augroup NERDTree
|
augroup NERDTree
|
||||||
|
Loading…
x
Reference in New Issue
Block a user