comparison runtime/indent/testdir/vim.in @ 23931:5b37a0bf7e3a

Update runtime files Commit: https://github.com/vim/vim/commit/942db23c9cb7532d68048530d749eb84ca94d0cd Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 13 18:14:48 2021 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Feb 2021 18:15:04 +0100
parents 34b4eb3a8458
children d314efe6447a
comparison
equal deleted inserted replaced
23930:4997281ea56c 23931:5b37a0bf7e3a
12 12
13 if 1 13 if 1
14 let x = [ 14 let x = [
15 \ ] 15 \ ]
16 endif 16 endif
17
18 " TODO: add searchpair() to find matching {
19 "for x in [
20 "{
21 "key: 'value'
22 "},
23 "]
24 "eval 0
25 "endfor
26
27 for x in [
28 {key: 'value'},
29 ]
30 eval 0
31 endfor
17 32
18 " END_INDENT 33 " END_INDENT
19 34
20 " START_INDENT 35 " START_INDENT
21 " INDENT_EXE let g:vim_indent_cont = 6 36 " INDENT_EXE let g:vim_indent_cont = 6