move b:NERDTreePreviousBuf into NERDTree class

This commit is contained in:
Martin Grenfell
2015-11-14 13:10:08 +00:00
parent 5c20274761
commit 4d8a0c90cb
3 changed files with 7 additions and 3 deletions

View File

@@ -140,6 +140,10 @@ function! s:NERDTree.PathFilters()
return s:NERDTree._PathFilters
endfunction
"FUNCTION: s:NERDTree.previousBuf() {{{1
function! s:NERDTree.previousBuf()
return self._previousBuf
endfunction
"FUNCTION: s:NERDTree.render() {{{1
"A convenience function - since this is called often