Change output format of complete -C to make writing case insensitive command specific completions more transparent

darcs-hash:20070420195506-ac50b-b5f56bb2964e65d13abfb9281ce26db2b8c341b7.gz
This commit is contained in:
axel
2007-04-21 05:55:06 +10:00
parent 4d5c50cbb3
commit 06688fb9ea
8 changed files with 32 additions and 12 deletions

View File

@@ -32,7 +32,7 @@ function __fish_complete_subcommand -d "Complete subcommand"
end
end
printf "%s\n" (commandline -ct)(complete -C$res)
printf "%s\n" (complete -C$res)
end