aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-27 22:01:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-27 22:03:13 +1200
commit9bc004c9c54520002f3b6bc6de90fe25474c9ab0 (patch)
treeebbf58e8e9aa10463b24b3c4b6f6e7f77dcd1bc8
parentRemove user commands (diff)
downloadvim-copy-linebreak-9bc004c9c54520002f3b6bc6de90fe25474c9ab0.tar.gz
vim-copy-linebreak-9bc004c9c54520002f3b6bc6de90fe25474c9ab0.zip
Remove leading colon from example mapping
-rw-r--r--doc/copy_linebreak.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/copy_linebreak.txt b/doc/copy_linebreak.txt
index 9e03aa8..db060b8 100644
--- a/doc/copy_linebreak.txt
+++ b/doc/copy_linebreak.txt
@@ -26,7 +26,7 @@ Mapping targets provided are:
There are no default key mappings to any of these targets; you should define
them yourself in your |vimrc|. For example:
>
- :nmap <Leader>b <Plug>CopyLinebreakToggle
+ nmap <Leader>b <Plug>CopyLinebreakToggle
<
AUTHOR *copy_linebreak-author*