aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)