zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] _awk: support gawk ver. 5
@ 2021-01-28  7:36 Jun T
  0 siblings, 0 replies; only message in thread
From: Jun T @ 2021-01-28  7:36 UTC (permalink / raw)
  To: zsh-workers

Just recognize ver.5; no other change.


diff --git a/Completion/Unix/Command/_awk b/Completion/Unix/Command/_awk
index dcb2a6c21..e8f4a2530 100644
--- a/Completion/Unix/Command/_awk
+++ b/Completion/Unix/Command/_awk
@@ -1,6 +1,6 @@
 #compdef awk gawk nawk
 
-# For gawk ver.3 and 4, in addition to POSIX.
+# For gawk ver.3 to 5, in addition to POSIX.
 #
 # gawk's options '-W ...' (such as '-W help') are not supported.
 # gawk3 has some synonyms for long options (e.g., --compat is a synonym
@@ -14,7 +14,7 @@ local variant curcontext="$curcontext" state state_descr line ret=1
 local -A opt_args
 local -a args
 
-_pick_variant -r variant gawk4='GNU Awk 4' gawk3='GNU Awk 3' posix --version
+_pick_variant -r variant gawk4='GNU Awk [45]' gawk3='GNU Awk 3' posix --version
 
 args=(
   {-F+,--field-separator}'[define input field separator by extended regex]:extended regular expression:'



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-28  7:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-28  7:36 [PATCH] _awk: support gawk ver. 5 Jun T

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).