diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-11 13:56:24 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-11 13:56:24 +0200 |
commit | 314621a395041a5f93aef16b8c4a65a161a57eb1 (patch) | |
tree | cdfde09c795a21858f3c9f83e9413ec9b011cd32 | |
parent | ca8818e8ed3c92aa49a98786acc738103c91d067 (diff) | |
download | vim-polyglot-314621a395041a5f93aef16b8c4a65a161a57eb1.tar.gz vim-polyglot-314621a395041a5f93aef16b8c4a65a161a57eb1.zip |
Make warning more clear, #546
-rw-r--r-- | ftdetect/polyglot.vim | 2 |
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 |