From 194e19f6f6a601a3db53b4c04f62afb0563832ed Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 30 Dec 2018 00:38:34 +1300 Subject: Two-space sentences in documentation --- README.md | 2 +- doc/vertical_region.txt | 4 ++-- 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 { (VerticalRegionUp) nmap } (VerticalRegionDown) -- cgit v1.2.3