mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-09 19:12:50 +03:00
tweaks: fix typo in rebindable function name
This fixes https://savannah.gnu.org/bugs/?53062.
This commit is contained in:
parent
a083d7f1e1
commit
8f6ee22b41
@ -1730,7 +1730,7 @@ int strtomenu(const char *input)
|
||||
return MWHEREIS;
|
||||
else if (!strcasecmp(input, "replace"))
|
||||
return MREPLACE;
|
||||
else if (!strcasecmp(input, "replacewith2"))
|
||||
else if (!strcasecmp(input, "replacewith"))
|
||||
return MREPLACEWITH;
|
||||
else if (!strcasecmp(input, "gotoline"))
|
||||
return MGOTOLINE;
|
||||
|
Loading…
Reference in New Issue
Block a user