Remove redraw! while still clearing last message empty string. (#979)

This commit is contained in:
Phil Runninger
2019-04-16 09:55:20 -04:00
committed by GitHub
parent 7513f256aa
commit e126b8745d
3 changed files with 6 additions and 5 deletions

View File

@@ -432,7 +432,7 @@ function! s:TreeDirNode._initChildren(silent)
call self.sortChildren()
redraw!
call nerdtree#echo("")
if invalidFilesFound
call nerdtree#echoWarning(invalidFilesFound . " file(s) could not be loaded into the NERD tree")