# HG changeset patch # User J. Lewis Muir # Date 1475252548 0 # Node ID c9a3fb343c5df003541ce960d76962859f090b65 # Parent 5d9380c7c8746b08332b168ec99a27594ce990ee Fix typo in ch. 20: start -> starts diff -r 5d9380c7c874 -r c9a3fb343c5d chapters/20.markdown --- a/chapters/20.markdown Tue Sep 20 14:46:25 2016 +0000 +++ b/chapters/20.markdown Fri Sep 30 16:22:28 2016 +0000 @@ -25,7 +25,7 @@ Vim has many different scopes for variables, but we need to learn a little more about Vimscript before we can take advantage of the rest. For now, just -remember that when you see a variable that start with a character and a colon +remember that when you see a variable that starts with a character and a colon that it's describing a scoped variable. Exercises