commit c757aee235aa06395ea0a28c18a92d0c15b717fc
parent 48749a950054f9873d8df00a2e568d860df69cb4
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Tue, 27 Feb 2018 10:19:56 +0100
tweaks: correct a typo that broke binding a key to a string
Commit 0cf455bc introduced the typo.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/rcfile.c b/src/rcfile.c
@@ -337,7 +337,7 @@ bool is_universal(void (*func)(void))
#ifndef NANO_TINY
func == do_prev_word_void || func == do_next_word_void ||
#endif
-#ifndef ENABLE_NANORC
+#ifdef ENABLE_NANORC
func == implant ||
#endif
func == do_delete || func == do_backspace ||