# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1321225167 18000
# Node ID 58b4bcf3112fe06f54bf130a5b94a2e840bd6752
# Parent  c4c06d15170335d78c6d145029f82ed128c8f865# Parent  6f77318367abcd068c3fd2edb66c6e78bb10909e
Merge.

diff -r c4c06d151703 -r 58b4bcf3112f chapters/16.markdown
--- a/chapters/16.markdown	Tue Nov 08 20:08:47 2011 -0500
+++ b/chapters/16.markdown	Sun Nov 13 17:59:27 2011 -0500
@@ -162,7 +162,7 @@
 What's different about this mapping?  Let's look at them side by side:
 
     :onoremap ih :<c-u>execute "normal! ?^==\\+$\r:nohlsearch\rkvg_"<cr>
-    :onoremap ah :<c-u>execute "normal! ?^==\\+\r:nohlsearch\rg_vk0"<cr>
+    :onoremap ah :<c-u>execute "normal! ?^==\\+$\r:nohlsearch\rg_vk0"<cr>
 
 The only difference from the previous mapping is the very end, where we select
 the text to operate on: