From 6369029ad7f4b9175574027abea15cfc4f6a49a0 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 27 Jan 2009 21:47:15 -0500 Subject: Do not open a non-existant file from _m.textadept.run.goto_error. --- core/locale.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core') diff --git a/core/locale.lua b/core/locale.lua index 573b25be..52db58b9 100644 --- a/core/locale.lua +++ b/core/locale.lua @@ -569,6 +569,10 @@ M_TEXTADEPT_MACRO_SELECT_TEXT = 'Macro name:' -- modules/textadept/mlines.lua +-- modules/textadept/run.lua +-- The file "%s" does not exist. +M_TEXTADEPT_RUN_FILE_DOES_NOT_EXIST = 'The file "%s" does not exist.' + -- modules/textadept/snippets.lua -- Lexer %s -- cgit v1.2.3