added --equation to the completions

This commit is contained in:
Dima Kogan 2015-11-13 11:23:15 -08:00
parent 2ecdfb9aef
commit 960c43e758
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ complete -W \
--extracmds \ --extracmds \
--set \ --set \
--unset \ --unset \
--equation \
--geometry \ --geometry \
--hardcopy \ --hardcopy \
--help \ --help \

View File

@ -32,6 +32,7 @@ _arguments -S
'*--extracmds[Additional gnuplot commands]:command' \ '*--extracmds[Additional gnuplot commands]:command' \
'*--set[Additional 'set' gnuplot commands]:set-option' \ '*--set[Additional 'set' gnuplot commands]:set-option' \
'*--unset[Additional 'unset' gnuplot commands]:unset-option' \ '*--unset[Additional 'unset' gnuplot commands]:unset-option' \
'*--equation[Raw symbolic equation]:equation' \
'--square[Plot data with square aspect ratio]' \ '--square[Plot data with square aspect ratio]' \
'--square_xy[For 3D plots, set square aspect ratio for ONLY the x,y axes]' \ '--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]:filename' \