summaryrefslogtreecommitdiffstats
path: root/runtime/indent/testdir
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-01-25 21:14:57 +0100
committerBram Moolenaar <Bram@vim.org>2021-01-25 21:14:57 +0100
commite0e3917554327f2524066f89fbbef9c83c1535da (patch)
tree8cea7343dbb8e20c6bc3248152ddb94fad59eac0 /runtime/indent/testdir
parente5ea346a07a7750c02a89996b67716b43c767d06 (diff)
Update runtime files.
Diffstat (limited to 'runtime/indent/testdir')
-rw-r--r--runtime/indent/testdir/vim.in5
-rw-r--r--runtime/indent/testdir/vim.ok5
2 files changed, 10 insertions, 0 deletions
diff --git a/runtime/indent/testdir/vim.in b/runtime/indent/testdir/vim.in
index 47e692975f..f652dbda79 100644
--- a/runtime/indent/testdir/vim.in
+++ b/runtime/indent/testdir/vim.in
@@ -10,6 +10,11 @@ let cmd =
\ 'some '
\ 'string'
+if 1
+let x = [
+\ ]
+endif
+
" END_INDENT
" START_INDENT
diff --git a/runtime/indent/testdir/vim.ok b/runtime/indent/testdir/vim.ok
index 3f53c5286c..b8592c18eb 100644
--- a/runtime/indent/testdir/vim.ok
+++ b/runtime/indent/testdir/vim.ok
@@ -10,6 +10,11 @@ let cmd =
\ 'some '
\ 'string'
+if 1
+ let x = [
+ \ ]
+endif
+
" END_INDENT
" START_INDENT