1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-04-27 04:15:19 +02:00

github #95: Add completions for neomutt

This commit is contained in:
Wu Zhenyu 2022-08-14 04:15:13 +08:00 committed by Oliver Kiddle
parent f0aa42e7e5
commit ca87b7e43f
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2022-11-17 Oliver Kiddle <opk@zsh.org>
* github #95: Wu Zhenyu: Completion/Unix/Command/_mutt:
Add completions for neomutt
* unposted (c.f. Denis Bitouzé: users/28405):
Completion/Unix/Command/_tex: handle also lualatex

View File

@ -1,4 +1,4 @@
#compdef mutt
#compdef mutt neomutt
_arguments -s -S \
'::recipient:_email_addresses -n mutt' \