aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/functions.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-09-01 01:44:00 +1000
committerGravatar axel <axel@liljencrantz.se>2006-09-01 01:44:00 +1000
commitb6e8171f013e9fe1ae48fd16d56fdda4d872b626 (patch)
tree5ce560765f7fabb7cc0c5bc6d4455970bc3332ba /share/completions/functions.fish
parentb1439075c6c6691d7b595f949391e5f4d5947ad7 (diff)
Fix minor null pointer bug in the set builtin, fix bug causing the -n switch to be ignored, add missing completions for the -n switch to functions and set builtins, and touch up the documentation for said builtin a bit
darcs-hash:20060831154400-ac50b-dddbee79481e0e0a8da9fc025e8a15c466460a2f.gz
Diffstat (limited to 'share/completions/functions.fish')
-rw-r--r--share/completions/functions.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/completions/functions.fish b/share/completions/functions.fish
index e614ed39..738ba747 100644
--- a/share/completions/functions.fish
+++ b/share/completions/functions.fish
@@ -4,3 +4,4 @@ complete -c functions -s a -l all -d (N_ "Show hidden functions")
complete -c functions -s h -l help -d (N_ "Display help and exit")
complete -c functions -s d -l description -d (N_ "Set function description") -x
complete -c functions -s q -l query -d (N_ "Test if function is defined")
+complete -c functions -s n -l names -d (N_ "List the names of the functions, but not their definition")