vim-patch:9712ff1288f9 (#20240)

Update runtime files
9712ff1288
This commit is contained in:
Christian Clason
2022-09-18 15:20:20 +02:00
committed by GitHub
parent 8dc61713d9
commit 67df3347fd
18 changed files with 607 additions and 288 deletions

View File

@@ -3,6 +3,7 @@
" Maintainer: Marcus Aurelius Farias <marcus.cf 'at' bol.com.br>
" First Author: Max Ischenko <mfi 'at' ukr.net>
" Last Change: 2017 Jun 13
" 2022 Sep 07: b:undo_indent added by Doug Kearns
" Only load this indent file when no other was loaded.
if exists("b:did_indent")
@@ -18,6 +19,8 @@ setlocal indentkeys+=0=end,0=until
setlocal autoindent
let b:undo_indent = "setlocal autoindent< indentexpr< indentkeys<"
" Only define the function once.
if exists("*GetLuaIndent")
finish