diff options
| author | jdhao <jdhao@hotmail.com> | 2021-11-21 15:57:41 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-11-21 15:57:41 +0800 |
| commit | b46a1e705513e4998598e7b9f0713e456924a8e0 (patch) | |
| tree | 31b846f4151e209c9534f48cc933fb487db1ad8f /core | |
| parent | 927a57452c3a9c1d7c8632cae1a580f2df9cc908 (diff) | |
reword warning msg
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
