Merge branch 'nd/completion-aliasfiletype-typofix'
Typofix. * nd/completion-aliasfiletype-typofix: completion: fix misspelled config key aliasesfiletype
This commit is contained in:
@ -2177,7 +2177,7 @@ _git_config ()
|
|||||||
__gitcomp "$__git_log_date_formats"
|
__gitcomp "$__git_log_date_formats"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
sendemail.aliasesfiletype)
|
sendemail.aliasfiletype)
|
||||||
__gitcomp "mutt mailrc pine elm gnus"
|
__gitcomp "mutt mailrc pine elm gnus"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user