aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/mail.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-09 21:14:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-09 21:14:33 +1200
commit61510136713744eaa0639830c0f7a2a990cfbb54 (patch)
tree9b002a618e124451adcd141ce5eeaef03e4c6582 /vim/after/ftplugin/mail.vim
parentUse tabs for mpdconf (diff)
downloaddotfiles-61510136713744eaa0639830c0f7a2a990cfbb54.tar.gz
dotfiles-61510136713744eaa0639830c0f7a2a990cfbb54.zip
Some spelling fixes
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 738f17ec..ed52edf0 100644
--- a/vim/after/ftplugin/mail.vim
+++ b/vim/after/ftplugin/mail.vim
@@ -8,7 +8,7 @@ command -bar -buffer SuggestStart
let b:undo_ftplugin .= '|delcommand SuggestStart'
SuggestStart
-" Normalise quoting
+" Normalize quoting
command -bar -buffer -range=% StrictQuote
\ call mail#StrictQuote(<q-line1>, <q-line2>)
let b:undo_ftplugin .= '|delcommand StrictQuote'