From f8e0b82b12a63834160110f1659453e18bf0ad2d Mon Sep 17 00:00:00 2001 From: philanc Date: Mon, 8 May 2023 17:03:52 -0400 Subject: [PATCH] fixed switching to OUT buffer bug --- ple.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ple.lua b/ple.lua index 209cc63..8b4962d 100644 --- a/ple.lua +++ b/ple.lua @@ -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"