62bd929d4bb6

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 13 Nov 2011 18:02:32 -0500
parents f78c198a9fd8 (diff) 803c3423b387 (current diff)
children 1c1a07e9855f
branches/tags (none)
files

Changes

--- a/chapters/16.markdown	Wed Nov 09 11:10:53 2011 -0600
+++ b/chapters/16.markdown	Sun Nov 13 18:02:32 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:
--- a/chapters/25.markdown	Wed Nov 09 11:10:53 2011 -0600
+++ b/chapters/25.markdown	Sun Nov 13 18:02:32 2011 -0500
@@ -74,7 +74,7 @@
 
     :echo 2 * 2.0
 
-Vim displays "2.0".
+Vim displays "4.0".
 
 Division
 --------