summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/polyglot.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index cba8cf86..343d4528 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -1,4 +1,4 @@
-""" ftdetect/polyglot.vim
+" Please do not edit this file directly, instead modify polyglot.vim or scripts/build
" don't spam the user when Vim is started in Vi compatibility mode
let s:cpo_save = &cpo
@@ -2224,4 +2224,4 @@ if exists('g:polyglot_disabled')
endif
" restore Vi compatibility settings
-let &cpo = s:cpo_save
+let &cpo = s:cpo_save \ No newline at end of file