Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] _awk: support gawk ver.3 and 4



On 26 Oct, "Jun T." wrote:
> Add support for gawk ver.3 and 4 in _awk.
> Any comments are welcome.

All looks good.

Only thing that came to mind is that we should use the function for nawk
too.

Oliver

diff --git a/Completion/Unix/Command/_awk b/Completion/Unix/Command/_awk
index a3b2422..cdae8c7 100644
--- a/Completion/Unix/Command/_awk
+++ b/Completion/Unix/Command/_awk
@@ -1,4 +1,4 @@
-#compdef awk gawk
+#compdef awk gawk nawk
 
 # For gawk ver.3 and 4, in addition to POSIX.
 #



Messages sorted by: Reverse Date, Date, Thread, Author