From 2ffd2928336154cf38ee390db835f25c685fe713 Mon Sep 17 00:00:00 2001 From: dana Date: Mon, 29 Mar 2021 13:42:32 +0000 Subject: 47737: _zstyle: Fix option completion when positional arguments are already present (regression from workers/39659 (commit ae3b675ce6e4ac62451ea08169c2b4dc45cf533b)) The following case: LBUFFER='zstyle -' RBUFFER=' foo bar' Before this patch, completed 'context pattern' (from the first positional argument). With this patch, completes options, which is correct. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bab0cf02e..23c4a0707 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2021-03-29 dana + + * 47737: Completion/Zsh/Command/_zstyle: Fix option completion + when positional arguments are already present (regression from + workers/39659 (commit ae3b675ce6e4ac62451ea08169c2b4dc45cf533b)) + 2021-03-29 Daniel Shahaf * unposted: ChangeLog: Fix X-Seq numbers for the 39657, 39658, -- cgit 1.4.1