mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-05 03:10:50 +02:00
readline and completion fixes
This commit is contained in:
@@ -1672,6 +1672,10 @@ attempt_shell_completion (const char *text, int start, int end)
|
||||
s1 = s = e1;
|
||||
break;
|
||||
}
|
||||
else if (s > e)
|
||||
{
|
||||
s = s1 = start; e = e1 = end; /* reset */
|
||||
}
|
||||
/* 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