aboutsummaryrefslogtreecommitdiff
path: root/doc/strip_trailing_whitespace.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/strip_trailing_whitespace.txt')
-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*