aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/mail.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-27 17:16:59 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-27 17:16:59 +1200
commit7167128b2d2f8aa0436529c474718d71d9e20f2e (patch)
tree508e9cff24f4d73b805a57bbcb37368ca27fff8d /vim/after/ftplugin/mail.vim
parentSilence Vim diff section navigation maps (diff)
downloaddotfiles-7167128b2d2f8aa0436529c474718d71d9e20f2e.tar.gz
dotfiles-7167128b2d2f8aa0436529c474718d71d9e20f2e.zip
Correct a comment
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 4b6c827c..3aa3fec3 100644
--- a/vim/after/ftplugin/mail.vim
+++ b/vim/after/ftplugin/mail.vim
@@ -64,7 +64,7 @@ let b:undo_ftplugin .= '|nunmap <buffer> <LocalLeader>Q'
\ . '|nunmap <buffer> <LocalLeader>QQ'
\ . '|xunmap <buffer> <LocalLeader>Q'
-" Maps using NewBlank() function above for quoted paragraph movement
+" Maps using autoloaded function for quoted paragraph movement
nnoremap <buffer> <silent> <LocalLeader>[
\ :<C-U>call mail#NewBlank(v:count1, 1, 0)<CR>
nnoremap <buffer> <silent> <LocalLeader>]