Skip to content

Commit

Permalink
Improve error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Mar 12, 2024
1 parent 492096c commit 43dc29f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions autoload/defx/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ function! defx#init#_channel() abort
endif
else
call defx#util#print_error(
\ 'defx failed to load. '
\ .'Try the :UpdateRemotePlugins command and restart Neovim. '
\ .'See also :checkhealth.')
\ 'defx failed to load. '
\ .'Try the :UpdateRemotePlugins command and restart Neovim. '
\ .'See also :checkhealth and :messages output.')
endif

return v:true
Expand Down

0 comments on commit 43dc29f

Please # to comment.