aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-30 00:38:34 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-30 00:38:34 +1300
commit194e19f6f6a601a3db53b4c04f62afb0563832ed (patch)
tree4cd395d71cb0c7de819fd4c1ac0217f811b114f2
parentRemove unneeded mode strings from map targets (diff)
downloadvim-vertical-region-194e19f6f6a601a3db53b4c04f62afb0563832ed.tar.gz
vim-vertical-region-194e19f6f6a601a3db53b4c04f62afb0563832ed.zip
Two-space sentences in documentation
-rw-r--r--README.md2
-rw-r--r--doc/vertical_region.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 855a464..ebb9146 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ specify structure.
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/vertical_region.txt b/doc/vertical_region.txt
index 892d8be..c0c873f 100644
--- a/doc/vertical_region.txt
+++ b/doc/vertical_region.txt
@@ -13,7 +13,7 @@ This plugin only loads if 'compatible' is not set.
MAPPINGS *vertical_region-mappings*
-Two mapping targets are provided. They can be mapped in normal,
+Two mapping targets are provided. They can be mapped in normal,
operator-pending, and visual mode, and accept a [count] prefix to move by more
than one matching line.
@@ -26,7 +26,7 @@ characters before or in the current column.
characters before or in the current column.
There are no default key mappings; you should define those yourself in your
-|vimrc|. Here are the author's choices, using \{ and \} in all three modes:
+|vimrc|. Here are the author's choices, using \{ and \} in all three modes:
>
nmap <Bslash>{ <Plug>(VerticalRegionUp)
nmap <Bslash>} <Plug>(VerticalRegionDown)