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,8 @@
" Vim indent file
" Language: xinetd.conf(5) configuration file
" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
" Latest Revision: 2006-12-20
" Language: xinetd.conf(5) configuration file
" Maintainer: Doug Kearns <dougkearns@gmail.com>
" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
" Last Change: 2022 April 25
if exists("b:did_indent")
finish
@@ -12,6 +13,8 @@ setlocal indentexpr=GetXinetdIndent()
setlocal indentkeys=0{,0},!^F,o,O
setlocal nosmartindent
let b:undo_indent = "setl inde< indk< si<"
if exists("*GetXinetdIndent")
finish
endif