diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-01-25 21:14:57 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-01-25 21:14:57 +0100 |
commit | e0e3917554327f2524066f89fbbef9c83c1535da (patch) | |
tree | 8cea7343dbb8e20c6bc3248152ddb94fad59eac0 /runtime/indent/testdir/vim.ok | |
parent | e5ea346a07a7750c02a89996b67716b43c767d06 (diff) | |
download | vim-git-e0e3917554327f2524066f89fbbef9c83c1535da.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/indent/testdir/vim.ok')
-rw-r--r-- | runtime/indent/testdir/vim.ok | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/indent/testdir/vim.ok b/runtime/indent/testdir/vim.ok index 3f53c5286..b8592c18e 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 |