aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-09 11:39:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-09 11:39:32 +1200
commitfd1e48276203ed0b4b52322b100fa222002ba6ab (patch)
tree792b7629bf0c644b7d6656613c7acd7cea3ad83b
parentMerge branch 'release/v0.6.0' into develop (diff)
downloadvim-copy-linebreak-fd1e48276203ed0b4b52322b100fa222002ba6ab.tar.gz
vim-copy-linebreak-fd1e48276203ed0b4b52322b100fa222002ba6ab.zip
Switch to two-spacing
-rw-r--r--README.md2
-rw-r--r--doc/copy_linebreak.txt6
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index a36ec6a..27f138f 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ emulators or screen/tmux.
License
-------
-Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
+Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
See `:help license`.
[1]: https://sanctum.geek.nz/
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)
<