completions: --description -> -d

This ends up saving a surprising number of bytes.
This commit is contained in:
Aaron Gyes
2017-10-11 10:17:35 -07:00
parent 020f8097f0
commit 68527ff20c
227 changed files with 7792 additions and 7792 deletions

View File

@@ -5,7 +5,7 @@
# Adrien Grellier <adrien.grellier@laposte.net>
#
function __fish_vim-addons_subcommand --description 'Test if vim-addons has yet to be given the subcommand'
function __fish_vim-addons_subcommand -d 'Test if vim-addons has yet to be given the subcommand'
for i in (commandline -opc)
if contains -- $i list status install remove disable amend files show
return 1