vim-patch:partial:cbaff5e06ec5 (#18042)

Update runtime files
cbaff5e06e

omit doc updates here
This commit is contained in:
Christian Clason
2022-04-08 19:53:41 +02:00
committed by GitHub
parent b4ec6af12a
commit d3068d34cc
32 changed files with 292 additions and 205 deletions

View File

@@ -4,6 +4,7 @@
" Doug Kearns <dougkearns@gmail.com>
" Revised on: 2002.02.18. 23:34:05
" Last change by: Takuya Fujiwara, 2018 Sep 23
" 2022 April: b:undo_indent added by Doug Kearns
" TODO:
" checking with respect to syntax highlighting
@@ -21,6 +22,8 @@ setlocal indentexpr=GetPrologIndent()
setlocal indentkeys-=:,0#
setlocal indentkeys+=0%,-,0;,>,0)
let b:undo_indent = "setl inde< indk<"
" Only define the function once.
"if exists("*GetPrologIndent")
" finish