[feedgnuplot] 01/10: zsh now completes filenames

Dima Kogan dima at secretsauce.net
Sun Oct 29 21:09:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkogan pushed a commit to annotated tag debian/1.45-1
in repository feedgnuplot.

commit 1c853a2193bfc6781fd2e41b28c32157052d7a5c
Author: Dima Kogan <dima at secretsauce.net>
Date:   Tue Jun 27 18:27:26 2017 -0700

    zsh now completes filenames
---
 completions/zsh/_feedgnuplot | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/completions/zsh/_feedgnuplot b/completions/zsh/_feedgnuplot
index 8826e94..49d5e22 100644
--- a/completions/zsh/_feedgnuplot
+++ b/completions/zsh/_feedgnuplot
@@ -33,10 +33,10 @@ _arguments -S
     '*--set[Additional 'set' gnuplot commands]:set-option'                        \
     '*--unset[Additional 'unset' gnuplot commands]:unset-option'                  \
     '*--equation[Raw symbolic equation]:equation'                                 \
-    '--image[Image file to render beneath the data]:image'                        \
+    '--image[Image file to render beneath the data]:image filename:_files'        \
     '--square[Plot data with square aspect ratio]'                                \
     '--square_xy[For 3D plots, set square aspect ratio for ONLY the x,y axes]'    \
-    '--hardcopy[Plot to a file]:filename'                                         \
+    '--hardcopy[Plot to a file]:plot output filename:_files'                      \
     '--maxcurves[The maximum allowed number of curves]:number of curves'          \
     '(--3d)--monotonic[Resets plot if an X in the past is seen]'                  \
     '(--rangesizeall)--extraValuesPerPoint[How many extra values are given for each data range]:N'\

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feedgnuplot.git



More information about the debian-science-commits mailing list