# HG changeset patch # User Steve Losh # Date 1350085980 14400 # Node ID 49efcbc3a5223977920b7714cb6420986dd2c0d3 # Parent 7d5493505f048828fea7d97f7150016806e36d2f Move an exercise between chapters. Thanks to @sedm0784 on GitHub for pointing this out. diff -r 7d5493505f04 -r 49efcbc3a522 chapters/15.markdown --- a/chapters/15.markdown Fri Oct 12 19:50:04 2012 -0400 +++ b/chapters/15.markdown Fri Oct 12 19:53:00 2012 -0400 @@ -158,9 +158,5 @@ Create similar mappings for in/around next/last for curly brackets. -Create a "inside next email address" operator-pending mapping so you can say -"change inside next email address". `in@` is a good candidate for the keys to -map. You'll probably want to use `/...some regex...` for this. - Read `:help omap-info` and see if you can puzzle out what the `` in the examples is for. diff -r 7d5493505f04 -r 49efcbc3a522 chapters/16.markdown --- a/chapters/16.markdown Fri Oct 12 19:50:04 2012 -0400 +++ b/chapters/16.markdown Fri Oct 12 19:53:00 2012 -0400 @@ -208,3 +208,7 @@ Read `:help execute`. Read `:help expr-quote` to see the escape sequences you can use in strings. + +Create a "inside next email address" operator-pending mapping so you can say +"change inside next email address". `in@` is a good candidate for the keys to +map. You'll probably want to use `/...some regex...` for this.