# HG changeset patch # User Steve Losh # Date 1475760610 0 # Node ID 270fac2bb6232c44750c498b931132aa40e7701f # Parent 84b16899e07e576d587d6006382474ad95119386# Parent c9a3fb343c5df003541ce960d76962859f090b65 Merge. diff -r 84b16899e07e -r 270fac2bb623 chapters/20.markdown --- a/chapters/20.markdown Thu Oct 06 13:29:53 2016 +0000 +++ b/chapters/20.markdown Thu Oct 06 13:30:10 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