tweaks: fix typo in rebindable function name
This fixes https://savannah.gnu.org/bugs/?53062.
Этот коммит содержится в:
родитель
a083d7f1e1
Коммит
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;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user