diff options
| author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-05-01 23:05:15 -0400 |
|---|---|---|
| committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-05-01 23:19:58 -0400 |
| commit | ac83c6eba65e92d434f3245f518f869c94751e6b (patch) | |
| tree | 7c5625df2e83bde29193d2ff414813aa26f7d832 /runtime/indent/testdir | |
| parent | 8f8602d2dfc87257c1d72492aa1d285f335bb942 (diff) | |
| download | rneovim-ac83c6eba65e92d434f3245f518f869c94751e6b.tar.gz rneovim-ac83c6eba65e92d434f3245f518f869c94751e6b.tar.bz2 rneovim-ac83c6eba65e92d434f3245f518f869c94751e6b.zip | |
vim-patch:e0e391755432
Update runtime files.
https://github.com/vim/vim/commit/e0e3917554327f2524066f89fbbef9c83c1535da
Diffstat (limited to 'runtime/indent/testdir')
| -rw-r--r-- | runtime/indent/testdir/vim.in | 5 | ||||
| -rw-r--r-- | runtime/indent/testdir/vim.ok | 5 |
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 |