vim-patch:9faec4e3d439

Update runtime files.
9faec4e3d4

Omit vim9.
This commit is contained in:
Jan Edmund Lazo
2021-05-02 10:19:25 -04:00
parent 2081504a33
commit 6a8436065c
12 changed files with 150 additions and 115 deletions

View File

@@ -14,13 +14,11 @@ endif
" Don't load another plugin for this buffer
let b:did_ftplugin = 1
setl comments=:;
setl comments=:;;;;,:;;;,:;;,:;,sr:#\|,mb:\|,ex:\|#
setl define=^\\s*(def\\k*
setl formatoptions-=t
setl iskeyword+=+,-,*,/,%,<,=,>,:,$,?,!,@-@,94
setl lisp
setl commentstring=;%s
setl comments^=:;;;,:;;,sr:#\|,mb:\|,ex:\|#
let b:undo_ftplugin = "setlocal comments< define< formatoptions< iskeyword< lisp< commentstring<"