aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-10-29 02:22:03 +0100
committerMattias Andrée <maandree@operamail.com>2012-10-29 02:22:03 +0100
commit7800cb05943ced42ef7c9436997e1bde388c1dba (patch)
tree43d7781e2dc40fd772a2236262b2a5d3d622b7de /example
parentfiles parameter for options (diff)
downloadauto-auto-complete-7800cb05943ced42ef7c9436997e1bde388c1dba.tar.gz
auto-auto-complete-7800cb05943ced42ef7c9436997e1bde388c1dba.tar.bz2
auto-auto-complete-7800cb05943ced42ef7c9436997e1bde388c1dba.tar.xz
fish completion
Diffstat (limited to 'example')
-rw-r--r--example2
1 files changed, 1 insertions, 1 deletions
diff --git a/example b/example
index 7feb8e4..4316d50 100644
--- a/example
+++ b/example
@@ -23,7 +23,7 @@
((options -f --file --pony) (complete --file --pony) (arg PONY) (suggest pony-f) (files -f *.pony) (desc 'Specify the pony that should printed'))
((options +f ++file ++pony) (complete ++file ++pony) (arg PONY) (suggest pony+f) (files -f *.pony) (desc 'Specify the extrapony that should printed'))
((options -q --quote) (complete --quote) (arg PONY) (suggest pony-q) (files -f *.pony) (desc 'Specify the pony that should quote herself'))
- ((options -b --bubble --balloon) (complete --balloon) (arg STYLE) (suggest balloon) (files -f (case (ponysay *.say) (ponyhink *.think)) (desc 'Specify message balloon style'))
+ ((options -b --bubble --balloon) (complete --balloon) (arg STYLE) (suggest balloon) (files -f (case (ponysay *.say) (ponyhink *.think))) (desc 'Specify message balloon style'))
((options -W --wrap) (complete --wrap) (arg COLUMN) (suggest wrap) (files -0) (desc 'Specify wrapping column'))
((options +c --colour) (complete --colour) (arg ANSI-COLOUR) (files -0) (desc 'Specify colour of the balloon, balloon link and message'))
((options --colour-bubble --colour-balloon) (arg ANSI-COLOUR) (files -0) (desc 'Specify colour of the balloon'))