comparison runtime/indent/testdir/vim.ok @ 30634:f68f43043842

Update runtime files Commit: https://github.com/vim/vim/commit/f269eabc6c4f5bdcef989cd5b4b95ba8ccaa4d8a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 3 18:04:35 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 Oct 2022 19:15:04 +0200
parents 1e91e26ceebf
children 3295247d97a5
comparison
equal deleted inserted replaced
30633:a7462ca00059 30634:f68f43043842
855 855
856 " START_INDENT 856 " START_INDENT
857 silent! argdel * 857 silent! argdel *
858 edit file 858 edit file
859 " END_INDENT 859 " END_INDENT
860
861 " START_INDENT
862 def Foo()
863 Bar(1,
864 []->filter((_, v) => {
865 return true
866 }),
867 () => {
868 echo
869 })
870 enddef
871 " END_INDENT