build(vim-patch.sh): ignore runtime/*/testdir/

tracked files are removed
This commit is contained in:
Eisuke Kawashima
2025-09-26 01:27:57 +09:00
committed by zeertzjq
parent e3c36f31e3
commit 2d8ed73143
39 changed files with 4 additions and 2677 deletions

View File

@@ -1,19 +0,0 @@
-- vim: set ft=lua sw=2 noet:
-- START_INDENT
function foo(a, b, c, d)
return { a, b, c, d }
end
local a = foo(
1,
2,
"longxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
4
)
local b = {
1,
2,
}
-- END_INDENT