summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordana <dana@dana.is>2021-06-14 22:18:16 -0500
committerdana <dana@dana.is>2021-06-14 22:18:16 -0500
commit32450b7c816159d540fe872bf7340928300aa360 (patch)
treef66f0ef3d651d06f5d50cffc5b5c01582cf704df
parentd1c91776aaec8e06c2f7ac25488bdf0dbd6a0c5b (diff)
downloadzsh-32450b7c816159d540fe872bf7340928300aa360.tar.gz
zsh-32450b7c816159d540fe872bf7340928300aa360.zip
48920: _pgrep: Clarify -x description
-rw-r--r--ChangeLog4
-rw-r--r--Completion/Unix/Command/_pgrep2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 83c2ac12d..1f559c22e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-06-14 dana <dana@dana.is>
+
+ * 48920: Completion/Unix/Command/_pgrep: Clarify -x description
+
2021-06-13 Bart Schaefer <schaefer@zsh.org>
* 49069: NEWS, Src/builtin.c: literal interpretation of subscripts
diff --git a/Completion/Unix/Command/_pgrep b/Completion/Unix/Command/_pgrep
index e10f42f53..443acf3c8 100644
--- a/Completion/Unix/Command/_pgrep
+++ b/Completion/Unix/Command/_pgrep
@@ -167,7 +167,7 @@ case $state in
(pname)
local ispat="pattern matching "
if (( ${+opt_args[-x]} )); then
- ispat=""
+ ispat+="full "
fi
if (( ${+opt_args[-f]} )); then
local -a matches=( ${(f)"$(