aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/commandline.fish
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2007-09-30 17:42:04 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2007-09-30 17:42:04 +1000
commit5870ee77233783d3ed202b9154edf55b5c0581c5 (patch)
treecd7d0efb1e6d1f5928b92f3698fd38c99d535d6f /share/completions/commandline.fish
parentfeec9579c285212e8b0544e5679337b5d4ce808d (diff)
Add input function completions for the commandline builtin
darcs-hash:20070930074204-75c98-670704072134326d281626dcc6c1e7dc5be66140.gz
Diffstat (limited to 'share/completions/commandline.fish')
-rw-r--r--share/completions/commandline.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/completions/commandline.fish b/share/completions/commandline.fish
index b590b182..c30b4413 100644
--- a/share/completions/commandline.fish
+++ b/share/completions/commandline.fish
@@ -16,3 +16,4 @@ complete -c commandline -s o -l tokenize --description "Print each token on a se
complete -c commandline -s I -l input --description "Specify command to operate on"
complete -c commandline -s C -l cursor --description "Set/get cursor position, not buffer contents"
+complete -c commandline -n __fish_commandline_test -a '(bind --function-names)' -d 'Function name' -x