From 954cdd77d77136e572fc4896f3c0ba16f5c933ec Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 22 Jun 2016 13:10:22 +0100 Subject: 38746: Fix suffix alias expansion recursion. This was problematic if the expansion landed you back in command position. Delay marking the alias as out of use until the text that caused the expansion is finished. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d352067e7..146f7b882 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-06-22 Peter Stephenson + + * 38746: Src/lex.c, Test/A02alias.ztst: Delay marking + a suffix alias as free until the last minute. + 2016-06-22 Oliver Kiddle * 38714: Src/Zle/complete.c, Doc/Zsh/compsys.yo, -- cgit v1.2.3