Revert "remove NERDTree.previousBuf() and related code"

This reverts commit 2027ae03db.
This commit is contained in:
Martin Grenfell
2016-10-21 14:40:18 +01:00
parent 513bf64555
commit 48df6bfd6e
3 changed files with 15 additions and 8 deletions

View File

@@ -181,6 +181,11 @@ 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
function! s:NERDTree.render()