270fac2bb623

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 06 Oct 2016 13:30:10 +0000
parents 84b16899e07e (current diff) c9a3fb343c5d (diff)
children 1ff1a46730ac
branches/tags (none)
files

Changes

--- 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