aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-12 23:21:33 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-12 23:21:33 +1300
commit6419944328afdd25690131d3eb73e677029e2db4 (patch)
treea1f216ed6512bccf45cb99d4aadc1d9f6ef0e8c8
parentAdjust layout of headings/links in Vim plugin help (diff)
downloaddotfiles-6419944328afdd25690131d3eb73e677029e2db4.tar.gz
dotfiles-6419944328afdd25690131d3eb73e677029e2db4.zip
Specify type of example in mail_mutt.vim doc
-rw-r--r--vim/doc/mail_mutt.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/doc/mail_mutt.txt b/vim/doc/mail_mutt.txt
index 355f54f2..c3f8afaa 100644
--- a/vim/doc/mail_mutt.txt
+++ b/vim/doc/mail_mutt.txt
@@ -32,19 +32,19 @@ this explicitly in your |vimrc|.
*<Plug>MailMuttLine*
Th <Plug>MailMuttLine mapping runs `:MailMutt` on the current line in normal
-mode. For example:
+mode. A binding example might be:
>
:nmap <Leader>ml <Plug>MailMuttLine
<
*<Plug>MailMuttBuffer*
The <Plug>MailMuttBuffer mapping runs `:MailMutt` on the whole buffer in
-normal mode. For example:
+normal mode. A binding example might be:
>
:nmap <Leader>mb <Plug>MailMuttBuffer
<
*<Plug>MailMuttSelected*
The <Plug>MailMuttSelected mapping runs `:MailMutt` on the selected lines in
-visual or selection mode. For example:
+visual or selection mode. A binding example might be:
>
:vmap <Leader>ms <Plug>MailMuttSelected
<