summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/sash/files/sash-3.6-readline.patch')
-rw-r--r--app-shells/sash/files/sash-3.6-readline.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/sash/files/sash-3.6-readline.patch b/app-shells/sash/files/sash-3.6-readline.patch
index c30fcb59e4d5..2d2d2a4d51a8 100644
--- a/app-shells/sash/files/sash-3.6-readline.patch
+++ b/app-shells/sash/files/sash-3.6-readline.patch
@@ -171,7 +171,7 @@ diff -ruN sash-3.6/sash.c sash-3.6.readline/sash.c
+ to complete. Otherwise it is the name of a file in the current
+ directory. */
+ if (start == 0) // is it the begin of string ?
-+ matches = completion_matches (text, command_generator);
++ matches = rl_completion_matches (text, command_generator);
+ return (matches);
+}
+