nano

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

commit 5a2dbe26d81ff063091c489544500c261ef4836a
parent b88152d82d0ba5f75a01203c01128130a68f9d07
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sun, 23 Apr 2006 14:53:26 +0000

typo fix


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

Diffstat:
Msrc/global.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/global.c b/src/global.c @@ -680,9 +680,9 @@ void shortcut_init(bool unjustify) sc_init_one(&main_list, NANO_REFRESH_KEY, refresh_msg #ifndef NANO_TINY - , IFHELP(nano_wordcount_msg, TRUE) + , IFHELP(nano_refresh_msg, TRUE) #else - , IFHELP(nano_wordcount_msg, FALSE) + , IFHELP(nano_refresh_msg, FALSE) #endif , NANO_NO_KEY, NANO_NO_KEY, NANO_NO_KEY, VIEW, total_refresh);