commit bash-20150626 snapshot

This commit is contained in:
Chet Ramey
2015-07-09 11:18:25 -04:00
parent 05d9462c4b
commit b47ecd026d
13 changed files with 106 additions and 1039 deletions
+6
View File
@@ -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