vim-patch:90df4b9d4234

Update runtime files
90df4b9d42

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 dce50312e1)

partial skip doc/eval.txt (needs 8.1.{2304,2321})
This commit is contained in:
Christian Clason
2021-09-10 09:02:40 +02:00
parent 8f0c843c13
commit be557dddf4
8 changed files with 413 additions and 93 deletions

View File

@@ -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