]> git.wh0rd.org Git - nano.git/commitdiff
Blank edit window when no matches found
authorChris Allegretta <chrisa@asty.org>
Mon, 6 Nov 2000 05:41:20 +0000 (05:41 +0000)
committerChris Allegretta <chrisa@asty.org>
Mon, 6 Nov 2000 05:41:20 +0000 (05:41 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@275 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

files.c
po/nano.pot

diff --git a/files.c b/files.c
index 029a482efc080906102f34d8c73e926bb2f0722e..0866e74300aa40d1e39be7692498b6fa97819bca 100644 (file)
--- a/files.c
+++ b/files.c
@@ -659,6 +659,7 @@ int input_tab(char *buf, int place, int lastWasTab)
        /* Did we find exactly one match? */
        switch(num_matches) {
        case 0:
+           blank_edit();
            break;
        case 1:
            buf = nrealloc(buf, strlen(buf) + strlen(matches[0]) - pos + 1);
index 319165632e485a71f58bc96ef9b2c58fcf42820b..b356a59abe5d4205786ca356356555907698ecb8 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "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"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -107,7 +107,7 @@ msgstr ""
 msgid "File exists, OVERWRITE ?"
 msgstr ""
 
-#: files.c:740
+#: files.c:741
 msgid "(more)"
 msgstr ""