mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-24 02:02:45 +03:00
tweaks: correct a typo that broke binding a key to a string
Commit 0cf455bc
introduced the typo.
This commit is contained in:
parent
48749a9500
commit
c757aee235
@ -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 ||
|
||||
|
Loading…
Reference in New Issue
Block a user