commit bash-20150911 snapshot

This commit is contained in:
Chet Ramey
2015-09-18 08:59:01 -04:00
parent de8f105604
commit 2b7361d5c1
7 changed files with 316 additions and 42 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ _rl_copy_to_kill_ring (text, append)
int slot;
/* First, find the slot to work with. */
if (_rl_last_command_was_kill == 0)
if (_rl_last_command_was_kill == 0 || rl_kill_ring == 0)
{
/* Get a new slot. */
if (rl_kill_ring == 0)