1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-31 20:36:03 +02:00

48920: _pgrep: Clarify -x description

This commit is contained in:
dana 2021-06-14 22:18:16 -05:00
parent d1c91776aa
commit 32450b7c81
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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)"$(