diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-07-07 20:26:08 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-07-07 20:26:08 +0200 |
commit | 90df4b9d423485f7db16e3a65cab4f14edc815ae (patch) | |
tree | 1477a8fa59c5061882816599bd38960c84e42eb9 /runtime/syntax/vim.vim | |
parent | 303215d60cece0462f040035502b5bc95373bd6e (diff) | |
download | vim-git-90df4b9d423485f7db16e3a65cab4f14edc815ae.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/syntax/vim.vim')
-rw-r--r-- | runtime/syntax/vim.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/vim.vim b/runtime/syntax/vim.vim index 2de81ae57..625cf02d4 100644 --- a/runtime/syntax/vim.vim +++ b/runtime/syntax/vim.vim @@ -10,7 +10,7 @@ if exists("b:current_syntax") finish endif -let s:keepcpo= &cpo +let s:keepcpo = &cpo set cpo&vim " vimTodo: contains common special-notices for comments {{{2 |