diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-24 18:56:07 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-24 18:56:07 +0200 |
commit | 4c028b37bf97294710b3ef55ea2a3ec84a1b7a3d (patch) | |
tree | c232489d4bc282ec46a5b6474a5e8e8c048e7c72 /ftdetect | |
parent | 9ff714cb6c43b920fd76ff793641c5191bf2e991 (diff) | |
download | vim-polyglot-4c028b37bf97294710b3ef55ea2a3ec84a1b7a3d.tar.gz vim-polyglot-4c028b37bf97294710b3ef55ea2a3ec84a1b7a3d.zip |
Add warning to generated files
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/polyglot.vim | 4 |
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 |