From 87a26c5bf169bafbee837e2323f24cfb07e35250 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 21 Dec 2021 14:41:23 +0100 Subject: Update --- indent/tcl.vim | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'indent/tcl.vim') diff --git a/indent/tcl.vim b/indent/tcl.vim index 47fdb84f..17e6d896 100644 --- a/indent/tcl.vim +++ b/indent/tcl.vim @@ -3,10 +3,10 @@ if polyglot#init#is_disabled(expand(':p'), 'tcl', 'indent/tcl.vim') endif " Vim indent file -" Language: Tcl -" Latest Update: Chris Heithoff +" Language: Tcl +" Maintainer: Chris Heithoff " Previous Maintainer: Nikolai Weibull -" Latest Revision: 2018-12-05 +" Last Change: 24 Sep 2021 if exists("b:did_indent") finish @@ -17,6 +17,8 @@ setlocal indentexpr=GetTclIndent() setlocal indentkeys=0{,0},!^F,o,O,0] setlocal nosmartindent +let b:undo_indent = "setl inde< indk< si<" + if exists("*GetTclIndent") finish endif -- cgit v1.2.3