mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
build(vim-patch.sh): ignore runtime/*/testdir/
tracked files are removed
This commit is contained in:

committed by
zeertzjq

parent
e3c36f31e3
commit
2d8ed73143
@@ -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
|
Reference in New Issue
Block a user