diff options
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 |