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 83e2a4f commit 8604522
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions autoload/denite/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ function! denite#init#_initialize() abort
endif
else
call denite#util#print_error(
\ 'denite failed to load. '
\ .'Try the :UpdateRemotePlugins command and restart Neovim. '
\ .'See also :checkhealth.')
\ 'denite failed to load. '
\ .'Try the :UpdateRemotePlugins command and restart Neovim. '
\ .'See also :checkhealth and :messages output.')
endif
return 1
endtry
Expand Down

0 comments on commit 8604522

Please sign in to comment.