summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-09-11 13:56:24 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-09-11 13:56:24 +0200
commit314621a395041a5f93aef16b8c4a65a161a57eb1 (patch)
treecdfde09c795a21858f3c9f83e9413ec9b011cd32
parentca8818e8ed3c92aa49a98786acc738103c91d067 (diff)
downloadvim-polyglot-314621a395041a5f93aef16b8c4a65a161a57eb1.tar.gz
vim-polyglot-314621a395041a5f93aef16b8c4a65a161a57eb1.zip
Make warning more clear, #546
-rw-r--r--ftdetect/polyglot.vim2
1 files changed, 1 insertions, 1 deletions
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