Skip to content

Commit

Permalink
Combined 2 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Sep 2, 2023
1 parent 2cfa235 commit bb21d3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/nerdtree/tree_dir_node.vim
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,7 @@ function! s:TreeDirNode._initChildren(silent)
call nerdtree#echo('')

if invalidFilesFound
call nerdtree#echoWarning(invalidFilesFound . ' file(s) could not be loaded into the NERD tree')
call nerdtree#echoWarning('Invalid files: ' . join(invalidFiles, ', '))
call nerdtree#echoWarning(invalidFilesFound . ' Invalid file(s): ' . join(invalidFiles, ', '))
endif
return self.getChildCount()
endfunction
Expand Down

0 comments on commit bb21d3f

Please sign in to comment.