From 43dc29fb902c36bcdc15694608b74e80b63debb5 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Tue, 12 Mar 2024 09:29:08 +0900 Subject: [PATCH] Improve error messages --- autoload/defx/init.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autoload/defx/init.vim b/autoload/defx/init.vim index 64279d0..00fd634 100644 --- a/autoload/defx/init.vim +++ b/autoload/defx/init.vim @@ -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