mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-30 00:49:57 +02:00
commit bash-20150626 snapshot
This commit is contained in:
@@ -1527,6 +1527,12 @@ attempt_shell_completion (text, start, end)
|
||||
e = find_cmd_end (end);
|
||||
do
|
||||
{
|
||||
/* Don't read past the end of rl_line_buffer */
|
||||
if (s > rl_end)
|
||||
{
|
||||
s1 = s = e1;
|
||||
break;
|
||||
}
|
||||
/* Skip over assignment statements preceding a command name. If we
|
||||
don't find a command name at all, we can perform command name
|
||||
completion. If we find a partial command name, we should perform
|
||||
|
||||
Reference in New Issue
Block a user