Make warning more clear, #546

This commit is contained in:
Adam Stankiewicz
2020-09-11 13:56:24 +02:00
parent ca8818e8ed
commit 314621a395

View File

@@ -2104,7 +2104,7 @@ func! s:verify()
if exists("g:polyglot_disabled_not_set")
if exists("g:polyglot_disabled")
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
endif