commit bash-20160610 snapshot

This commit is contained in:
Chet Ramey
2016-06-15 15:34:12 -04:00
parent 80c3b1d4bd
commit fe17e988f9
4 changed files with 30 additions and 7 deletions
+7
View File
@@ -447,6 +447,13 @@ fc_builtin (list)
return (EXECUTION_FAILURE);
}
#if defined (READLINE)
/* If we're executing as part of a dispatched readline commnand like
{emacs,vi}_edit_and_execute_command, the readline state will indicate it.
We could remove the partial command from the history, but ksh93 doesn't
so we stay compatible. */
#endif
/* Make sure parse_and_execute doesn't turn this off, even though a
call to parse_and_execute farther up the function call stack (e.g.,
if this is called by vi_edit_and_execute_command) may have already