about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authordana <dana@dana.is>2021-03-29 13:42:32 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2021-03-29 13:44:44 +0000
commit2ffd2928336154cf38ee390db835f25c685fe713 (patch)
treeef443e56e443bbc457a76a054c728cb51f9c4e5c /ChangeLog
parentaebdbfd7baff25f360481992094efa3052adb99e (diff)
downloadzsh-2ffd2928336154cf38ee390db835f25c685fe713.tar.gz
zsh-2ffd2928336154cf38ee390db835f25c685fe713.tar.xz
zsh-2ffd2928336154cf38ee390db835f25c685fe713.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bab0cf02e..23c4a0707 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-03-29  dana  <dana@dana.is>
+
+	* 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  <d.s@daniel.shahaf.name>
 
 	* unposted: ChangeLog: Fix X-Seq numbers for the 39657, 39658,