From 59c9eb6528d1759bc2734150cb3d99ec2e3eab5b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 10 Feb 2009 10:02:06 -0500 Subject: Use a _type field for special _print() buffers' titles instead of 'Untitled'. --- core/file_io.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'core/file_io.lua') diff --git a/core/file_io.lua b/core/file_io.lua index d296aa03..4dce2721 100644 --- a/core/file_io.lua +++ b/core/file_io.lua @@ -100,6 +100,7 @@ function save(buffer) else textadept.events.error(err) end + if buffer._type then buffer._type = nil end end --- -- cgit v1.2.3