aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-01-08 12:52:32 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-01-08 12:52:32 +1300
commit0444dca610bb24c55115014435d72ccb224a6107 (patch)
treecd4105f5e39a2246a81115a91dfb6374119786b7
parentMerge branch 'hotfix/v0.22.1' into develop (diff)
parentCorrect monospaced blocks in Vim plugin docs (diff)
downloaddotfiles-0444dca610bb24c55115014435d72ccb224a6107.tar.gz
dotfiles-0444dca610bb24c55115014435d72ccb224a6107.zip
Merge branch 'feature/vim-doc-fix' into develop
* feature/vim-doc-fix: Correct monospaced blocks in Vim plugin docs
-rw-r--r--vim/doc/copy_linebreak.txt4
-rw-r--r--vim/doc/mail_mutt.txt2
-rw-r--r--vim/doc/strip_trailing_whitespace.txt2
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 <Leader>b <Plug>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 <Plug> 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 <Leader>x <Plug>StripTrailingWhitespace>
-
+<
AUTHOR *strip_trailing_whitespace-author*
Written and maintained by Tom Ryder <tom@sanctum.geek.nz>.