aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-27 22:14:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-27 22:14:44 +1200
commitda7142c3a70489605a336b848a8c7b5576e8d459 (patch)
tree8d424fcfb1d404d4c76f494134703dcdce27441f /doc
parentAdjust documentation on reporting (diff)
downloadvim-strip-trailing-whitespace-da7142c3a70489605a336b848a8c7b5576e8d459.tar.gz
vim-strip-trailing-whitespace-da7142c3a70489605a336b848a8c7b5576e8d459.zip
Remove leading colon for mapping example
Diffstat (limited to 'doc')
-rw-r--r--doc/strip_trailing_whitespace.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/strip_trailing_whitespace.txt b/doc/strip_trailing_whitespace.txt
index 269090f..f19ae32 100644
--- a/doc/strip_trailing_whitespace.txt
+++ b/doc/strip_trailing_whitespace.txt
@@ -34,7 +34,7 @@ The single mapping target provided is |<Plug>StripTrailingWhitespace|,
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
+ nmap <Leader>x <Plug>StripTrailingWhitespace
<
AUTHOR *strip_trailing_whitespace-author*