mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 13:33:49 -05:00
Make warning more clear, #546
This commit is contained in:
@@ -2104,7 +2104,7 @@ func! s:verify()
|
|||||||
if exists("g:polyglot_disabled_not_set")
|
if exists("g:polyglot_disabled_not_set")
|
||||||
if exists("g:polyglot_disabled")
|
if exists("g:polyglot_disabled")
|
||||||
echohl WarningMsg
|
echohl WarningMsg
|
||||||
echo "vim-polyglot: g:polyglot_disabled should be at the top of .vimrc"
|
echo "vim-polyglot: g:polyglot_disabled should be defined before loading vim-polyglot"
|
||||||
echohl None
|
echohl None
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user