sjl / learnvimscriptthehardway

Home Page:http://learnvimscriptthehardway.stevelosh.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chapter 2: a few other common options

sedm0784 opened this issue · comments

commented

Chapter 2 uses numberwidth as an example of an option that can take a value, and then has the following:

Try checking what a few other common options are set to:

:set wrap?
:set numberwidth?

(emphasis mine)

Fixed in 2f18f10