nano

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

commit 26a86e350cedf84f1e103937a469bb9d2399826a
parent 9519eb0c8851618add97157b4b30cebef2cb1c15
Author: Chris Allegretta <chrisa@asty.org>
Date:   Thu, 27 Sep 2001 20:52:53 +0000

Initialize bracket_msg (David Lawrence Ramsey


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@792 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

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

diff --git a/global.c b/global.c @@ -249,7 +249,7 @@ void shortcut_init(int unjustify) #ifndef NANO_SMALL char *nano_tofiles_msg = "", *nano_gotodir_msg = "", *nano_case_msg = "", *nano_reverse_msg = "", *nano_regexp_msg = "", - *nano_bracket_msg; + *nano_bracket_msg = ""; nano_help_msg = _("Invoke the help menu"); nano_writeout_msg = _("Write the current file to disk");