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/vim.in | |
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/vim.in')
-rw-r--r-- | runtime/indent/testdir/vim.in | 5 |
1 files changed, 5 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 |