From 32450b7c816159d540fe872bf7340928300aa360 Mon Sep 17 00:00:00 2001 From: dana Date: Mon, 14 Jun 2021 22:18:16 -0500 Subject: 48920: _pgrep: Clarify -x description --- ChangeLog | 4 ++++ Completion/Unix/Command/_pgrep | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 83c2ac12d..1f559c22e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2021-06-14 dana + + * 48920: Completion/Unix/Command/_pgrep: Clarify -x description + 2021-06-13 Bart Schaefer * 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)"$( -- cgit 1.4.1