diff options
author | Volodymyr Kot <volodymyr.kot.ua@gmail.com> | 2021-03-03 23:19:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-03 18:19:01 -0500 |
commit | df4440024bb1f1ce368f5e5844d8af925e264b63 (patch) | |
tree | f9d68fb398fe3eedc81ace42897eb2bcbd5cbe05 /runtime/indent | |
parent | 6995fad260e3e7c49e4f9dc4b63de03989411c7b (diff) | |
download | rneovim-df4440024bb1f1ce368f5e5844d8af925e264b63.tar.gz rneovim-df4440024bb1f1ce368f5e5844d8af925e264b63.tar.bz2 rneovim-df4440024bb1f1ce368f5e5844d8af925e264b63.zip |
vim-patch:30e9b3c42567 (#13936)
Update runtime files
https://github.com/vim/vim/commit/30e9b3c4256710781c3bd64efb33f138e4e074b3
Diffstat (limited to 'runtime/indent')
-rw-r--r-- | runtime/indent/tcl.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/indent/tcl.vim b/runtime/indent/tcl.vim index d77081841d..eafb8dd568 100644 --- a/runtime/indent/tcl.vim +++ b/runtime/indent/tcl.vim @@ -1,8 +1,8 @@ " Vim indent file " Language: Tcl -" Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Update: Chris Heithoff <chrisheithoff@gmail.com> -" Latest Revision: 2018-12-05 +" Previous Maintainer: Nikolai Weibull <now@bitwi.se> +" Latest Revision: 2018-12-05 if exists("b:did_indent") finish |