nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit f1b9ba278162cc6b82f04d766153e5d5a72bec8c
parent 318ed6b105f86823fa7a7e0fa07de31b50dfa346
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Tue,  3 May 2016 09:31:59 +0200

rcfile: make an error message equal to another, and more informative

Diffstat:
Msrc/rcfile.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rcfile.c b/src/rcfile.c @@ -649,7 +649,7 @@ void parse_colors(char *ptr, int rex_flags) return; if (*ptr == '\0') { - rcfile_error(N_("Missing regex string")); + rcfile_error(N_("Missing regex string after '%s' command"), "color"); return; }