Skip to content

Commit

Permalink
fixed switching to OUT buffer bug
Browse files Browse the repository at this point in the history
  • Loading branch information
philanc committed May 8, 2023
1 parent e80500a commit f8e0b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ple.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ local function editor_loadinitfile()
end--editor_loadinitfile

function editor.error_handler(r)
e.outbuffer()
e.newbuffer("*OUT*")
e.goeot()
e.insert(
"\n" .. string.rep("_", 72) .. "\n\n"
Expand Down

0 comments on commit f8e0b82

Please sign in to comment.