1
1

Blank edit window when no matches found

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@275 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
Chris Allegretta 2000-11-06 05:41:20 +00:00
родитель e118acc068
Коммит 24342437c7
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -659,6 +659,7 @@ int input_tab(char *buf, int place, int lastWasTab)
/* Did we find exactly one match? */ /* Did we find exactly one match? */
switch(num_matches) { switch(num_matches) {
case 0: case 0:
blank_edit();
break; break;
case 1: case 1:
buf = nrealloc(buf, strlen(buf) + strlen(matches[0]) - pos + 1); buf = nrealloc(buf, strlen(buf) + strlen(matches[0]) - pos + 1);

Просмотреть файл

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2000-11-06 00:38-0500\n" "POT-Creation-Date: 2000-11-06 00:41-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -107,7 +107,7 @@ msgstr ""
msgid "File exists, OVERWRITE ?" msgid "File exists, OVERWRITE ?"
msgstr "" msgstr ""
#: files.c:740 #: files.c:741
msgid "(more)" msgid "(more)"
msgstr "" msgstr ""