commit | f269eabc6c4f5bdcef989cd5b4b95ba8ccaa4d8a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 03 18:04:35 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 03 18:04:35 2022 +0100 |
tree | b302076deeeab8b9884a2912b364f8131ef34949 | |
parent | eb47d6d20a47707d810360fd1684b21f67d5dec8 [diff] [blame] |
Update runtime files
diff --git a/runtime/indent/testdir/vim.ok b/runtime/indent/testdir/vim.ok index 39efdba..2326934 100644 --- a/runtime/indent/testdir/vim.ok +++ b/runtime/indent/testdir/vim.ok
@@ -857,3 +857,15 @@ silent! argdel * edit file " END_INDENT + +" START_INDENT +def Foo() + Bar(1, + []->filter((_, v) => { + return true + }), + () => { + echo + }) +enddef +" END_INDENT