diff options
Diffstat (limited to 'ftdetect')
-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 |