From 2e6c9d6ea3a6a557aea74f48f73e3ca211d623bf Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 17 Apr 2020 14:05:54 -0700 Subject: [PATCH] added tab completions for --every and --everyall --- completions/bash/feedgnuplot | 2 ++ completions/zsh/_feedgnuplot | 2 ++ 2 files changed, 4 insertions(+) diff --git a/completions/bash/feedgnuplot b/completions/bash/feedgnuplot index 9159551..e11bedf 100644 --- a/completions/bash/feedgnuplot +++ b/completions/bash/feedgnuplot @@ -9,6 +9,8 @@ complete -W \ --curvestyleall \ --style \ --styleall \ + --every \ + --everyall \ --with \ --dataid \ --domain \ diff --git a/completions/zsh/_feedgnuplot b/completions/zsh/_feedgnuplot index 5daa270..9d4c87c 100644 --- a/completions/zsh/_feedgnuplot +++ b/completions/zsh/_feedgnuplot @@ -54,6 +54,8 @@ _arguments -S '--geometry[The X11 geometry string]:geometry string:' \ '*--curvestyle[Additional styles for a curve]:curve id: :style:' \ '*--style[Additional styles for a curve]:curve id: :style:' \ + '*--every[Decimation factor for a curve]:curve id: :decimation factor:' \ + '--everyall[Decimation factor for ALL curves]:decimation factor' \ '(--3d)*--histogram:plot to treat as a histogram:' \ '--binwidth:Histogram bin width:' \ '--histstyle:Style of histogram:(frequency fnormal unique cumulative cnormal)' \