0f37d5cc8d29

typo
[view raw] [browse files]
author Lauri Heiskanen <lauri.heiskanen@nimble.fi>
date Sat, 07 Jan 2012 16:11:15 +0200
parents ea7cfb4681d9
children 30546599658c
branches/tags (none)
files chapters/23.markdown

Changes

--- a/chapters/23.markdown	Sat Jan 07 15:21:23 2012 +0200
+++ b/chapters/23.markdown	Sat Jan 07 16:11:15 2012 +0200
@@ -88,7 +88,7 @@
 
     :::vim
     :function TextwidthIsTooWide()
-    :  if &l:numberwidth ># 80
+    :  if &l:textwidth ># 80
     :    return 1
     :  endif
     :endfunction