6f77318367ab
Fix typo in chapter 16
author | Dmitry Medvinsky <dmedvinsky@gmail.com> |
---|---|
date | Sun, 16 Oct 2011 11:00:24 +0400 |
parents | 4d919ca7401b |
children | 58b4bcf3112f |
branches/tags | (none) |
files | chapters/16.markdown |
Changes
--- 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 :<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: