mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
Remove redraw! while still clearing last message empty string. (#979)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user