summaryrefslogtreecommitdiff
path: root/uvim/runtime/indent/testdir/lua.ok
blob: 3613c2984908faa2bdc1a4b7b030880d93173a58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
-- mnv: 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