From d4df6904a70b4b90f896ec8812a19368d2e04bdd Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 17 Oct 2018 14:52:45 -0400 Subject: When filtering text through shell commands, halt on non-zero status code. --- core/locale.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/locale.conf') diff --git a/core/locale.conf b/core/locale.conf index 589322a6..efc5b43a 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -86,6 +86,9 @@ Bookmark = Bookmark # The text displayed in the dialog for jumping to a particular line. Go To = Go To Line Number: = Line Number: +# The statusbar message displayed when a shell command used to filter text +# through returns a non-zero status (indicating failure). +returned non-zero status = returned non-zero status # [modules/textadept/find.lua] # The text displayed in the GUI find & replace pane. -- cgit v1.2.3