From 314621a395041a5f93aef16b8c4a65a161a57eb1 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 11 Sep 2020 13:56:24 +0200 Subject: Make warning more clear, #546 --- ftdetect/polyglot.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index ab7e639b..15ca68f5 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -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 -- cgit v1.2.3