# HG changeset patch # User Steve Losh # Date 1325355989 18000 # Node ID 4ba338c385b308553d8aa6abeaf380683ca844df # Parent 62ff153912637e24f7195ae0fe68aad15fc49df4# Parent d9c1661abcf59302bdc6393d7b5bd46c5cb43755 Merge. diff -r 62ff15391263 -r 4ba338c385b3 chapters/21.markdown --- 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