add NERDTree.getRoot() and NERDTree.ForCurrentTab()
This commit is contained in:
parent
665f326577
commit
c4f8681b77
@ -112,6 +112,16 @@ function! s:NERDTree.ForCurrentBuf()
|
|||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
"FUNCTION: s:NERDTree.ForCurrentTab() {{{1
|
||||||
|
function! s:NERDTree.ForCurrentTab()
|
||||||
|
if !s:NERDTree.ExistsForTab()
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
|
||||||
|
let bufnr = bufnr(t:NERDTreeBufName)
|
||||||
|
return getbufvar(bufnr, "NERDTree")
|
||||||
|
endfunction
|
||||||
|
|
||||||
"FUNCTION: s:NERDTree.GetWinNum() {{{1
|
"FUNCTION: s:NERDTree.GetWinNum() {{{1
|
||||||
"gets the nerd tree window number for this tab
|
"gets the nerd tree window number for this tab
|
||||||
function! s:NERDTree.GetWinNum()
|
function! s:NERDTree.GetWinNum()
|
||||||
|
Loading…
Reference in New Issue
Block a user