about summary refs log tree commit diff
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorWu Zhenyu <wuzy01@qq.com>2022-08-14 04:15:13 +0800
committerOliver Kiddle <opk@zsh.org>2022-11-17 20:18:09 +0100
commitca87b7e43fa40b627a9b868079398c4fae6a4dc2 (patch)
treeb961e1be9bd011c5138118addaff1f1c4e273400 /Completion/Unix/Command
parentf0aa42e7e5ba62ea8a519a0cf7b086e31fccdc48 (diff)
downloadzsh-ca87b7e43fa40b627a9b868079398c4fae6a4dc2.tar.gz
zsh-ca87b7e43fa40b627a9b868079398c4fae6a4dc2.tar.xz
zsh-ca87b7e43fa40b627a9b868079398c4fae6a4dc2.zip
github #95: Add completions for neomutt
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_mutt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_mutt b/Completion/Unix/Command/_mutt
index 67b974a8d..9686ce6f1 100644
--- a/Completion/Unix/Command/_mutt
+++ b/Completion/Unix/Command/_mutt
@@ -1,4 +1,4 @@
-#compdef mutt
+#compdef mutt neomutt
 
 _arguments -s -S \
   '::recipient:_email_addresses -n mutt' \