aboutsummaryrefslogtreecommitdiff
path: root/doc/copy_linebreak.txt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-09 11:40:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-09 11:40:57 +1200
commit98eb34d4ef603039cd9d5a50e3c4f12fcb943fce (patch)
tree7219e9220e031ef305e301b06477b78a0effc96d /doc/copy_linebreak.txt
parentMerge branch 'release/v0.6.0' (diff)
parentBump VERSION (diff)
downloadvim-copy-linebreak-98eb34d4ef603039cd9d5a50e3c4f12fcb943fce.tar.gz
vim-copy-linebreak-98eb34d4ef603039cd9d5a50e3c4f12fcb943fce.zip
Merge branch 'release/v0.7.0'v0.7.0
* release/v0.7.0: Remove unneeded variable scoping Switch to two-spacing
Diffstat (limited to 'doc/copy_linebreak.txt')
-rw-r--r--doc/copy_linebreak.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/copy_linebreak.txt b/doc/copy_linebreak.txt
index 6b87bd8..754cccb 100644
--- a/doc/copy_linebreak.txt
+++ b/doc/copy_linebreak.txt
@@ -9,8 +9,8 @@ emulators or screen/tmux.
REQUIREMENTS *copy_linebreak-requirements*
-This plugin is only available if 'compatible' is not set. It also requires the
-|+linebreak| feature.
+This plugin is only available if 'compatible' is not set. It also requires
+the |+linebreak| feature.
MAPPINGS *copy_linebreak-mappings*
@@ -24,7 +24,7 @@ Mapping targets provided are:
Toggle between the above two states.
There are no default key mappings to any of these targets; you should define
-them yourself in your |vimrc|. For example:
+them yourself in your |vimrc|. For example:
>
nmap <Leader>b <Plug>(CopyLinebreakToggle)
<