Browse Source

made ed not choke when you append an empty file

pull/1/head
XeonSquared 4 years ago
parent
commit
a335ff5c87
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      exec/ed.lua

+ 1
- 0
exec/ed.lua View File

@@ -63,6 +63,7 @@ end
function ct.append(np)
ct.sp(np)
p=p+1
if #ft < 1 then p = 1 end
ct.insert()
end
function ct.delete(np,n)


Loading…
Cancel
Save