vim-patch:ce001a337e28 (#18287)

Update runtime files
ce001a337e

also add `vimStdPlugin` keywords missing from previous updates
This commit is contained in:
Christian Clason
2022-04-27 17:48:35 +02:00
committed by GitHub
parent ee85d8d756
commit 521e91e1c4
24 changed files with 1134 additions and 306 deletions

View File

@@ -1,7 +1,7 @@
" Elm filetype plugin file
" Language: Elm
" Maintainer: Andreas Scharf <as@99n.de>
" Latest Revision: 2020-05-29
" Latest Revision: 2022-04-25
if exists("b:did_ftplugin")
finish
@@ -14,5 +14,7 @@ set cpo&vim
setlocal comments=s1fl:{-,mb:\ ,ex:-},:--
setlocal commentstring=--\ %s
let b:undo_ftplugin = "setl com< cms<"
let &cpo = s:cpo_save
unlet s:cpo_save