# HG changeset patch # User Dmitry Medvinsky # Date 1318748424 -14400 # Node ID 6f77318367abcd068c3fd2edb66c6e78bb10909e # Parent 4d919ca7401b3320ef98e6217d7af104de041fe4 Fix typo in chapter 16 diff -r 4d919ca7401b -r 6f77318367ab chapters/16.markdown --- a/chapters/16.markdown Fri Oct 14 00:34:25 2011 -0400 +++ b/chapters/16.markdown Sun Oct 16 11:00:24 2011 +0400 @@ -162,7 +162,7 @@ What's different about this mapping? Let's look at them side by side: :onoremap ih :execute "normal! ?^==\\+$\r:nohlsearch\rkvg_" - :onoremap ah :execute "normal! ?^==\\+\r:nohlsearch\rg_vk0" + :onoremap ah :execute "normal! ?^==\\+$\r:nohlsearch\rg_vk0" The only difference from the previous mapping is the very end, where we select the text to operate on: