diff options
author | Christian Clason <c.clason@uni-graz.at> | 2021-09-10 09:02:40 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2021-09-10 09:14:56 +0200 |
commit | be557dddf42c52faa3032396b256acd01529c7b1 (patch) | |
tree | dc6b2d6bd3f34adb5c4ce6e1d8bf27e5d1af7c61 /runtime/syntax/vim.vim | |
parent | 8f0c843c130a2117610e7892a8c1ca0887a54a6f (diff) | |
download | rneovim-be557dddf42c52faa3032396b256acd01529c7b1.tar.gz rneovim-be557dddf42c52faa3032396b256acd01529c7b1.tar.bz2 rneovim-be557dddf42c52faa3032396b256acd01529c7b1.zip |
vim-patch:90df4b9d4234
Update runtime files
https://github.com/vim/vim/commit/90df4b9d423485f7db16e3a65cab4f14edc815ae
omit .github/CODEOWNERS
omit doc/vim9.txt
omit po/it.po
skip ftplugin/jsonc.vim
skip indent/jsonc.vim
skip syntax/jsonc.vim
(already ported in https://github.com/neovim/neovim/commit/dce50312e1e9af81fb0e3b61d6e70bdf286fbffb)
partial skip doc/eval.txt (needs 8.1.{2304,2321})
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 7aae7965a9..f695a1a1bf 100644 --- a/runtime/syntax/vim.vim +++ b/runtime/syntax/vim.vim @@ -12,7 +12,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 |