add .refreshFlags() to path/dir/file objects

This will trigger the path refresh callbacks without refreshing the
path's from disk (which takes ages)
This commit is contained in:
Martin Grenfell
2014-07-07 18:24:37 +01:00
parent 3941389f13
commit 04d9b27541
3 changed files with 20 additions and 0 deletions

View File

@@ -544,6 +544,12 @@ function! s:Path.refresh()
call self.cacheDisplayString()
endfunction
"FUNCTION: Path.refreshFlags() {{{1
function! s:Path.refreshFlags()
call g:NERDTreeRefreshNotifier.NotifyListeners(self)
call self.cacheDisplayString()
endfunction
"FUNCTION: Path.rename() {{{1
"
"Renames this node on the filesystem