We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d81ed commit 62b55c3Copy full SHA for 62b55c3
demo/xtra/DIFF.LUA
@@ -86,7 +86,8 @@ local function diff_u(fn1,fn2)
86
87
until not l1 and not l2
88
f1:close() f2:close()
89
- if #add > 0 or #del > 0 then flush_pre() flush_hunk() flush_buf() end
+ if #add > 0 or #del > 0 then flush_pre() flush_hunk() end
90
+ if #buf.line > 0 then flush_buf() end
91
end
92
93
if #arg < 2 then return end
0 commit comments