about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2023-09-14 13:57:07 +0200
committerMikael Magnusson <mikachu@gmail.com>2023-09-15 21:09:51 +0200
commitaecef41f2e47e738214cf6c55a383b4eae87902f (patch)
treecf2c262c26b8366806d2a43ffc59d760c45bd136 /Completion
parent0eab788437d42afb290637441f88542fc496c307 (diff)
downloadzsh-aecef41f2e47e738214cf6c55a383b4eae87902f.tar.gz
zsh-aecef41f2e47e738214cf6c55a383b4eae87902f.tar.xz
zsh-aecef41f2e47e738214cf6c55a383b4eae87902f.zip
52142: Move _history_modifiers call to _parameter
_parameters is used in many contexts, like assignments in command
position, assignment after typeset, etc, where history modifiers are not
valid. _brace_parameter already calls _history_modifiers explicitly so
this seems more in line with that.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Zsh/Context/_parameter5
-rw-r--r--Completion/Zsh/Type/_parameters5
2 files changed, 5 insertions, 5 deletions
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