From 5cf4acca62e28ef7f5b36f098de1579916f8b00d Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Wed, 28 Feb 2018 23:17:15 -0800 Subject: [PATCH] zsh completion: --xlen argument isn't optional --- completions/zsh/_feedgnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/zsh/_feedgnuplot b/completions/zsh/_feedgnuplot index 5cdddda..cfb5a12 100644 --- a/completions/zsh/_feedgnuplot +++ b/completions/zsh/_feedgnuplot @@ -16,7 +16,7 @@ _arguments -S '--zlabel:Z-axis label:' \ '--title:Plot title:' \ '--autolegend[Label each plot with its data ID]' \ - '(--3d)--xlen[the size of the x-window to plot]::window size:' \ + '(--3d)--xlen[the size of the x-window to plot]:window size:' \ '(--xlen)--xmin:min X:' \ '(--xlen)--xmax:max X:' \ '--ymin:min Y:' \