Mercurial > vim
diff runtime/indent/treetop.vim @ 28620:4d76b3e07c07
Update runtime files
Commit: https://github.com/vim/vim/commit/ce001a337e28fa368f40ac6422835d730fb8ebb1
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Apr 27 15:25:03 2022 +0100
Update runtime files
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 27 Apr 2022 16:30:04 +0200 |
parents | 11b656e74444 |
children |
line wrap: on
line diff
--- a/runtime/indent/treetop.vim +++ b/runtime/indent/treetop.vim @@ -1,7 +1,8 @@ " Vim indent file -" Language: Treetop -" Previous Maintainer: Nikolai Weibull <now@bitwi.se> -" Latest Revision: 2011-03-14 +" Language: Treetop +" Maintainer: Doug Kearns <dougkearns@gmail.com> +" Previous Maintainer: Nikolai Weibull <now@bitwi.se> +" Last Change: 2022 April 25 if exists("b:did_indent") finish @@ -12,6 +13,8 @@ setlocal indentexpr=GetTreetopIndent() setlocal indentkeys=0{,0},!^F,o,O,=end setlocal nosmartindent +let b:undo_indent = "setl inde< indk< si<" + if exists("*GetTreetopIndent") finish endif