aboutsummaryrefslogtreecommitdiff
path: root/vim/doc/strip_trailing_whitespace.txt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-01-08 12:51:57 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-01-08 12:51:57 +1300
commitd6625614eb65b99e090dd3c76952e294e7f13b7e (patch)
treecd4105f5e39a2246a81115a91dfb6374119786b7 /vim/doc/strip_trailing_whitespace.txt
parentMerge branch 'hotfix/v0.22.1' into develop (diff)
downloaddotfiles-d6625614eb65b99e090dd3c76952e294e7f13b7e.tar.gz
dotfiles-d6625614eb65b99e090dd3c76952e294e7f13b7e.zip
Correct monospaced blocks in Vim plugin docs
Close unclosed blocks, and remove an unwanted block.
Diffstat (limited to 'vim/doc/strip_trailing_whitespace.txt')
-rw-r--r--vim/doc/strip_trailing_whitespace.txt2
1 files changed, 1 insertions, 1 deletions
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>.