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 18f5fda commit b464c86Copy full SHA for b464c86
xtra/PATCH.LUA
@@ -37,8 +37,7 @@ local function patch(p)
37
local ls = l:sub(1, 1)
38
if ls == "+" then
39
if l:sub(2,4) == "++ " then
40
- --TODO: New file
41
- print("New File: '" .. parseFileName(l) .. "'")
+ --TODO: Just ignore this line?
42
else
43
if of then of:write(l:sub(2) .. '\n') ol = ol + 1 end
44
end
0 commit comments