Move an exercise between chapters.
Thanks to @sedm0784 on GitHub for pointing this out.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 12 Oct 2012 19:53:00 -0400 |
parents |
7d5493505f04
|
children |
2ca28cad56b9
|
branches/tags |
(none) |
files |
chapters/15.markdown chapters/16.markdown |
Changes
--- 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...<cr>` for this.
-
Read `:help omap-info` and see if you can puzzle out what the `<c-u>` in the
examples is for.
--- 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...<cr>` for this.