5f3e404ae868

Tweak a few suggested options.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 04 Apr 2012 13:45:24 -0400
parents 3c9c14d97448
children e668fd659847
branches/tags (none)
files chapters/02.markdown

Changes

--- a/chapters/02.markdown	Wed Jan 11 19:05:58 2012 -0500
+++ b/chapters/02.markdown	Wed Apr 04 13:45:24 2012 -0400
@@ -71,7 +71,8 @@
 
     :::vim
     :set wrap?
-    :set numberwidth?
+    :set shiftround?
+    :set matchtime?
 
 Setting Multiple Options at Once
 --------------------------------
@@ -93,4 +94,8 @@
 
 Read `:help wrap`.
 
-Add a few lines to your vimrc file to set these four options however you like.
+Read `:help shiftround`.
+
+Read `:help matchtime`.
+
+Add a few lines to your vimrc file to set these options however you like.