From b46a1e705513e4998598e7b9f0713e456924a8e0 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 21 Nov 2021 15:57:41 +0800 Subject: reword warning msg --- core/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/plugins.vim b/core/plugins.vim index 9fbea39..9ea29fc 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -493,6 +493,6 @@ function! s:wilder_init() abort \ 'apply_incsearch_fix': 0, \ })) catch /^Vim\%((\a\+)\)\=:E117/ - echohl Error |echomsg "Wilder.nvim missing. Run :PackerSync to install all plugins."|echohl None + echohl Error |echomsg "Wilder.nvim missing: run :PackerSync to fix."|echohl None endtry endfunction -- cgit v1.2.3