summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Completion/Zsh/Context/_parameter5
-rw-r--r--Completion/Zsh/Type/_parameters5
3 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 45cb416dc..978464688 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-09-15 Mikael Magnusson <mikachu@gmail.com>
+
+ * 52142: Completion/Zsh/Context/_parameter,
+ Completion/Zsh/Type/_parameters: Move _history_modifiers call
+ to _parameter
+
2023-09-13 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* 52122 + 52129: Src/subst.c, Test/D04parameter.ztst: fix (#)
diff --git a/Completion/Zsh/Context/_parameter b/Completion/Zsh/Context/_parameter
index 7e7788535..b08d665f5 100644
--- a/Completion/Zsh/Context/_parameter
+++ b/Completion/Zsh/Context/_parameter
@@ -1,3 +1,8 @@
#compdef -parameter-
+if compset -P '*:'; then
+ _history_modifiers p
+ return
+fi
+
_parameters -e
diff --git a/Completion/Zsh/Type/_parameters b/Completion/Zsh/Type/_parameters
index 7f6f33e0e..7b7692a3c 100644
--- a/Completion/Zsh/Type/_parameters
+++ b/Completion/Zsh/Type/_parameters
@@ -6,11 +6,6 @@
# If you specify a -g option with a pattern, the pattern will be used to
# restrict the type of parameters matched.
-if compset -P '*:'; then
- _history_modifiers p
- return
-fi
-
local i pfilt
local -i nm=$compstate[nmatches]
local -a expl pattern=( -g \* ) normal described verbose faked fakes tmp