diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-12-30 00:38:34 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-12-30 00:38:34 +1300 |
commit | 194e19f6f6a601a3db53b4c04f62afb0563832ed (patch) | |
tree | 4cd395d71cb0c7de819fd4c1ac0217f811b114f2 | |
parent | Remove unneeded mode strings from map targets (diff) | |
download | vim-vertical-region-194e19f6f6a601a3db53b4c04f62afb0563832ed.tar.gz vim-vertical-region-194e19f6f6a601a3db53b4c04f62afb0563832ed.zip |
Two-space sentences in documentation
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | doc/vertical_region.txt | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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) |