270fac2bb623

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 06 Oct 2016 13:30:10 +0000
parents 84b16899e07e (diff) c9a3fb343c5d (current diff)
children 1ff1a46730ac
branches/tags (none)
files

Changes

--- a/chapters/11.markdown	Fri Sep 30 16:22:28 2016 +0000
+++ b/chapters/11.markdown	Thu Oct 06 13:30:10 2016 +0000
@@ -40,7 +40,7 @@
 
 When you typed `<leader>x` in file `bar` Vim couldn't find a mapping that
 matched it, so it treated it as two commands: `<leader>` (which does nothing on
-its own) and `x` (the normal command to delete a single character.)
+its own) and `x` (the normal command to delete a single character).
 
 Local Leader
 ------------
--- a/chapters/15.markdown	Fri Sep 30 16:22:28 2016 +0000
+++ b/chapters/15.markdown	Thu Oct 06 13:30:10 2016 +0000
@@ -144,7 +144,7 @@
 -------------
 
 A good way to keep the multiple ways of creating operator-pending mappings
-straight is the remember the following two rules:
+straight is to remember the following two rules:
 
 * If your operator-pending mapping ends with some text visually selected, Vim
   will operate on that text.