summaryrefslogtreecommitdiff
path: root/shells/fd/files/patch-input.c
blob: 1a242ed8cb19e11c4c3473ecd6027b07b1e85f8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[FDclone-users:00278]
  Disable path name completion RENAME_FILE.
--- input.c.orig	Sat Apr 24 01:46:44 2004
+++ input.c	Sun May 23 05:52:56 2004
@@ -2506,7 +2506,7 @@
 #ifndef	_NOCOMPLETE
			case '\t':
				keyflush();
-				if (selectlist) {
+				if (h < 0 || selectlist) {
					ringbell();
					break;
				}