From c757aee235aa06395ea0a28c18a92d0c15b717fc Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@telfort.nl>
Date: Tue, 27 Feb 2018 10:19:56 +0100
Subject: [PATCH] tweaks: correct a typo that broke binding a key to a string

Commit 0cf455bc introduced the typo.
---
 src/rcfile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rcfile.c b/src/rcfile.c
index 82f75a53..d064a267 100644
--- 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 ||
-- 
GitLab