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 00a1799 commit 1abed90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions autoload/deoplete/init.vim
Expand Up @@ -86,9 +86,9 @@ function! deoplete#init#_channel() abort
endif
else
call deoplete#util#print_error(
\ 'deoplete failed to load. '
\ .'Try the :UpdateRemotePlugins command and restart Neovim. '
\ .'See also :checkhealth.')
\ 'deoplete failed to load. '
\ .'Try the :UpdateRemotePlugins command and restart Neovim. '
\ .'See also :checkhealth and :messages output.')
endif

return 1
Expand Down

0 comments on commit 1abed90

Please sign in to comment.