# HG changeset patch # User Steve Losh # Date 1475760610 0 # Node ID 270fac2bb6232c44750c498b931132aa40e7701f # Parent 84b16899e07e576d587d6006382474ad95119386# Parent c9a3fb343c5df003541ce960d76962859f090b65 Merge. diff -r c9a3fb343c5d -r 270fac2bb623 chapters/11.markdown --- 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 `x` in file `bar` Vim couldn't find a mapping that matched it, so it treated it as two commands: `` (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 ------------ diff -r c9a3fb343c5d -r 270fac2bb623 chapters/15.markdown --- 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.