aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/bison.fish
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2007-10-29 04:47:43 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2007-10-29 04:47:43 +1000
commit6dfdb3ba6edf7e7939657818ed6c27907aef60ba (patch)
tree130d61576726b0c853f91817b6563d13cb6e4e86 /share/completions/bison.fish
parent48d56371787c236de622f72d480bc3bd60713e67 (diff)
Remove bad completion for bison
darcs-hash:20071028184743-75c98-2f74b81cb8bfe7fe7346aa65b652d6bbe8eac4a1.gz
Diffstat (limited to 'share/completions/bison.fish')
-rw-r--r--share/completions/bison.fish3
1 files changed, 0 insertions, 3 deletions
diff --git a/share/completions/bison.fish b/share/completions/bison.fish
index db904b3e..7259b19e 100644
--- a/share/completions/bison.fish
+++ b/share/completions/bison.fish
@@ -5,9 +5,6 @@
# have been hand edited since.
#
-complete -c bison -l defines --description '] [ -g ] [ --graph=graph-file ] [ -k ] [ --token-table ] [ -l ] [ --no-lines ] [ -n ] [ --no-parser ] [ -o out file ] [ --output-file=outfile ] [ -p prefix ] [ --name-prefix=prefix ] [ -t ] [ --debug ] [ -v ] [ --verbose ] [ -V ] [ --version ] [ -y ] [ --yacc ] [ -h ] [ --help ] [ --fixed-output-files ] file yacc [ similar options and operands ]'
-
-
complete -c bison -s b -l file-prefix --description 'Specify a prefix to use for all bison output file names' -r
complete -c bison -s d --description 'Write an extra output file containing macro definitions for the token type names defined in the grammar and the semantic value type YYSTYPE, as well as a few extern variable declarations'