summaryrefslogtreecommitdiffstats
path: root/runtime/indent.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-02-11 13:29:40 +0000
committerBram Moolenaar <Bram@vim.org>2022-02-11 13:29:40 +0000
commit92f645bef7bb817822d115291fe584b15647d577 (patch)
treeabe5aff4cbc059b059ac0eccbb977e5949ab195d /runtime/indent.vim
parentbece72785dcbeba00e6424d78a941450fda78929 (diff)
Update runtime files. (closes #9741)
Diffstat (limited to 'runtime/indent.vim')
-rw-r--r--runtime/indent.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/indent.vim b/runtime/indent.vim
index acddb923a3..a3249956a4 100644
--- a/runtime/indent.vim
+++ b/runtime/indent.vim
@@ -1,7 +1,7 @@
" Vim support file to switch on loading indent files for file types
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2022 Feb 04
+" Last Change: 2022 Feb 11
if exists("did_indent_on")
finish
@@ -14,7 +14,7 @@ augroup END
def s:LoadIndent()
if exists("b:undo_indent")
- exe b:undo_indent
+ legacy exe b:undo_indent
unlet! b:undo_indent b:did_indent
endif
var s = expand("<amatch>")