aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/mail.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-01-02 17:57:39 +1300
committerTom Ryder <tom@sanctum.geek.nz>2020-01-02 17:57:39 +1300
commit3a039fed72b3bceed78c7196bd087b49eae8dcae (patch)
treef417491df164b5eae28275ffd74d059247854508 /vim/after/ftplugin/mail.vim
parentReimplement mail header importance flagging (diff)
downloaddotfiles-3a039fed72b3bceed78c7196bd087b49eae8dcae.tar.gz
dotfiles-3a039fed72b3bceed78c7196bd087b49eae8dcae.zip
Remove unneeded exclamations for :command
Diffstat (limited to 'vim/after/ftplugin/mail.vim')
-rw-r--r--vim/after/ftplugin/mail.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim
index dbb2f7c5..5a2f544f 100644
--- a/vim/after/ftplugin/mail.vim
+++ b/vim/after/ftplugin/mail.vim
@@ -3,7 +3,7 @@
let b:quote_space = 0
let b:undo_ftplugin .= '|unlet b:quote_space'
-command! -bar -buffer SuggestStart
+command -bar -buffer SuggestStart
\ call mail#SuggestStart()
let b:undo_ftplugin .= '|delcommand SuggestStart'
SuggestStart