From 6419944328afdd25690131d3eb73e677029e2db4 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 12 Nov 2017 23:21:33 +1300 Subject: Specify type of example in mail_mutt.vim doc --- vim/doc/mail_mutt.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vim') 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|. *MailMuttLine* Th MailMuttLine mapping runs `:MailMutt` on the current line in normal -mode. For example: +mode. A binding example might be: > :nmap ml MailMuttLine < *MailMuttBuffer* The MailMuttBuffer mapping runs `:MailMutt` on the whole buffer in -normal mode. For example: +normal mode. A binding example might be: > :nmap mb MailMuttBuffer < *MailMuttSelected* The 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 ms MailMuttSelected < -- cgit v1.2.3