02d1c7c8455d
Tweaks.
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Wed, 26 Oct 2011 19:04:57 -0400 | 
| parents | a381820f7971 | 
| children | e6267718ee3c | 
| branches/tags | (none) | 
| files | chapters/31.markdown outline.org | 
Changes
--- a/chapters/31.markdown Wed Oct 26 01:17:40 2011 -0400 +++ b/chapters/31.markdown Wed Oct 26 19:04:57 2011 -0400 @@ -45,9 +45,9 @@ :execute "normal! gg/print\<cr>" -This will go to the top of the file and perform a search for print, putting us -at the first match. It does this using `:execute "normal! ..."` which we -saw in the previous chapter. +This will go to the top of the file and perform a search for "print", putting us +at the first match. It does this using `:execute "normal! ..."` which we saw in +the previous chapter. To get to the second match in the file you can just add more commands onto the end of the string. Run this command: