comparison runtime/indent/zimbu.vim @ 25880:9c221ad9634a

Update runtime files Commit: https://github.com/vim/vim/commit/6e649224926bbc1df6a4fdfa7a96b4acb1f8bee0 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 4 21:32:54 2021 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Oct 2021 22:45:05 +0200
parents ca19726d5e83
children 4027cefc2aab
comparison
equal deleted inserted replaced
25879:14ca7cc78a56 25880:9c221ad9634a
1 " Vim indent file 1 " Vim indent file
2 " Language: Zimbu 2 " Language: Zimbu
3 " Maintainer: Bram Moolenaar <Bram@vim.org> 3 " Maintainer: Bram Moolenaar <Bram@vim.org>
4 " Last Change: 2016 Jan 25 4 " Last Change: 2021 Sep 26
5 5
6 " Only load this indent file when no other was loaded. 6 " Only load this indent file when no other was loaded.
7 if exists("b:did_indent") 7 if exists("b:did_indent")
8 finish 8 finish
9 endif 9 endif
14 setlocal indentkeys=0{,0},!^F,o,O,0=ELSE,0=ELSEIF,0=CASE,0=DEFAULT,0=FINALLY 14 setlocal indentkeys=0{,0},!^F,o,O,0=ELSE,0=ELSEIF,0=CASE,0=DEFAULT,0=FINALLY
15 15
16 " We impose recommended defaults: no Tabs, 'shiftwidth' = 2 16 " We impose recommended defaults: no Tabs, 'shiftwidth' = 2
17 setlocal sw=2 et 17 setlocal sw=2 et
18 18
19 let b:undo_indent = "setl et< sw< ai< indentkeys< indentexpr=" 19 let b:undo_indent = "setl ai< cin< et< indentkeys< indentexpr< lisp< sw<"
20 20
21 " Only define the function once. 21 " Only define the function once.
22 if exists("*GetZimbuIndent") 22 if exists("*GetZimbuIndent")
23 finish 23 finish
24 endif 24 endif