From 960c43e758902388e927b5b94f1577de8d3510ad Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 13 Nov 2015 11:23:15 -0800 Subject: [PATCH] added --equation to the completions --- completions/bash/feedgnuplot | 1 + completions/zsh/_feedgnuplot | 1 + 2 files changed, 2 insertions(+) diff --git a/completions/bash/feedgnuplot b/completions/bash/feedgnuplot index 0bf6219..81460b1 100644 --- a/completions/bash/feedgnuplot +++ b/completions/bash/feedgnuplot @@ -20,6 +20,7 @@ complete -W \ --extracmds \ --set \ --unset \ + --equation \ --geometry \ --hardcopy \ --help \ diff --git a/completions/zsh/_feedgnuplot b/completions/zsh/_feedgnuplot index c2e710a..f29c20f 100644 --- a/completions/zsh/_feedgnuplot +++ b/completions/zsh/_feedgnuplot @@ -32,6 +32,7 @@ _arguments -S '*--extracmds[Additional gnuplot commands]:command' \ '*--set[Additional 'set' gnuplot commands]:set-option' \ '*--unset[Additional 'unset' gnuplot commands]:unset-option' \ + '*--equation[Raw symbolic equation]:equation' \ '--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' \