diff options
Diffstat (limited to 'autoload/polyglot.vim')
-rw-r--r-- | autoload/polyglot.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autoload/polyglot.vim b/autoload/polyglot.vim index ee03e989..d0e95b75 100644 --- a/autoload/polyglot.vim +++ b/autoload/polyglot.vim @@ -1,4 +1,4 @@ -""" autoload/polyglot.vim +" Please do not edit this file directly, instead modify polyglot.vim or scripts/build " Line continuation is used here, remove 'C' from 'cpoptions' let s:cpo_save = &cpo @@ -700,4 +700,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 |