d9c1661abcf5
Inserted a missing "you"
author | sherrillmix <git@sherrillmix.com> |
---|---|
date | Wed, 23 Nov 2011 23:15:20 -0400 |
parents | d96929307215 |
children | 4ba338c385b3 |
branches/tags | (none) |
files | chapters/21.markdown |
Changes
--- a/chapters/21.markdown Wed Nov 16 20:50:32 2011 -0500 +++ b/chapters/21.markdown Wed Nov 23 23:15:20 2011 -0400 @@ -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: :augroup testgroup