We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71bdd7c commit ba36f04Copy full SHA for ba36f04
1 file changed
demo/xtra/DIFF.LUA
@@ -36,8 +36,8 @@ local function diff_u(fn1,fn2)
36
37
if diff_b then
38
for _, v in ipairs(diff_b) do
39
- dl, tl = lines(v.data.l)
40
- dr, tr = lines(v.data.r)
+ dl, tl = lines(v.data.l, tl)
+ dr, tr = lines(v.data.r, tr)
41
local max = #dl > #dr and #dl or #dr
42
43
for k = 1, max do
0 commit comments