# HG changeset patch # User Steve Losh # Date 1350083339 14400 # Node ID c0e09afaf265aa0fbd78b0670a0c44c0aed8e99d # Parent 004078be4e9033422573f8f8f92177a98336e0ab Fix wording about the let command to be less confusing. Thanks to @hoelzro on GitHub for pointing it out. diff -r 004078be4e90 -r c0e09afaf265 chapters/19.markdown --- a/chapters/19.markdown Fri Oct 12 19:05:27 2012 -0400 +++ b/chapters/19.markdown Fri Oct 12 19:08:59 2012 -0400 @@ -56,7 +56,8 @@ integer "0" as "false" and the integer "1" as "true". It's reasonable to assume that Vim treats *any* non-zero integer as "truthy", and this is indeed the case. -We can also *set* options as variables. Run the following commands: +We can also *set* options as variables using the `let` command. Run the +following commands: :::vim :let &textwidth = 100