4ba338c385b3
Merge.
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Sat, 31 Dec 2011 13:26:29 -0500 | 
| parents | 62ff15391263 (current diff) d9c1661abcf5 (diff) | 
| children | c40a55cd4ae4 | 
| branches/tags | (none) | 
| files | chapters/21.markdown | 
Changes
--- a/chapters/21.markdown Sat Dec 31 13:26:22 2011 -0500 +++ b/chapters/21.markdown Sat Dec 31 13:26:29 2011 -0500 @@ -12,7 +12,7 @@ Multiple-Line Statements ------------------------ -Sometimes can't fit a piece of Vimscript on a single line of code. We saw this +Sometimes you can't fit a piece of Vimscript on a single line of code. We saw this when we talked about autocommand groups. Here's a chunk of code we used before: :::vim