From d6625614eb65b99e090dd3c76952e294e7f13b7e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 8 Jan 2018 12:51:57 +1300 Subject: Correct monospaced blocks in Vim plugin docs Close unclosed blocks, and remove an unwanted block. --- vim/doc/copy_linebreak.txt | 4 ++-- vim/doc/mail_mutt.txt | 2 +- vim/doc/strip_trailing_whitespace.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vim/doc/copy_linebreak.txt b/vim/doc/copy_linebreak.txt index 7efbad4b..581c6166 100644 --- a/vim/doc/copy_linebreak.txt +++ b/vim/doc/copy_linebreak.txt @@ -26,11 +26,11 @@ There are no default key mappings to any of these targers; you should define them yourself in your |vimrc|. For example: > :nmap b CopyLinebreakToggle - +< COMMANDS *copy_linebreak-commands* If the |+user_commands| feature is available, commands provided are: -> + `:CopyLinebreakEnable`: *:CopyLinebreakEnable* Enable copy-paste friendly line break options. `:CopyLinebreakDisable`: *:CopyLinebreakDisable* diff --git a/vim/doc/mail_mutt.txt b/vim/doc/mail_mutt.txt index c3f8afaa..1129651d 100644 --- a/vim/doc/mail_mutt.txt +++ b/vim/doc/mail_mutt.txt @@ -23,7 +23,7 @@ agent, as the initial content of a new message. :.MailMutt :3,6MailMutt :95,$MailMutt - +< MAPPINGS *mail_mutt-mappings* Three mapping targets are also provided for convenience. No attempt is diff --git a/vim/doc/strip_trailing_whitespace.txt b/vim/doc/strip_trailing_whitespace.txt index 9e2907d4..2b220231 100644 --- a/vim/doc/strip_trailing_whitespace.txt +++ b/vim/doc/strip_trailing_whitespace.txt @@ -27,7 +27,7 @@ mappable in any mode. There is no default key mapping to the target; you should define this yourself in your |vimrc|. For example: > :nmap x StripTrailingWhitespace> - +< AUTHOR *strip_trailing_whitespace-author* Written and maintained by Tom Ryder . -- cgit v1.2.3