Commit c757aee2 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: correct a typo that broke binding a key to a string

Commit 0cf455bc introduced the typo.
parent 48749a95
Showing with 1 addition and 1 deletion
+1 -1
...@@ -337,7 +337,7 @@ bool is_universal(void (*func)(void)) ...@@ -337,7 +337,7 @@ bool is_universal(void (*func)(void))
#ifndef NANO_TINY #ifndef NANO_TINY
func == do_prev_word_void || func == do_next_word_void || func == do_prev_word_void || func == do_next_word_void ||
#endif #endif
#ifndef ENABLE_NANORC #ifdef ENABLE_NANORC
func == implant || func == implant ||
#endif #endif
func == do_delete || func == do_backspace || func == do_delete || func == do_backspace ||
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment