We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2725a4b commit 244c08fCopy full SHA for 244c08f
demo/xtra/DIFF.LUA
@@ -17,7 +17,7 @@ local function diff_u(fn1,fn2)
17
else
18
table.insert(pre, l2)
19
end
20
- x = x + 1 y = y + 1
+ x, y = x + 1, y + 1
21
l1, l2 = f1:read("*l"), f2:read("*l")
22
23
local function right()
0 commit comments