]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.230 v7.4.230
authorBram Moolenaar <Bram@vim.org>
Tue, 1 Apr 2014 10:26:46 +0000 (12:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 1 Apr 2014 10:26:46 +0000 (12:26 +0200)
Problem:    Error when using ":options".
Solution:   Fix the entry for 'lispwords'. (Kenichi Ito)

runtime/optwin.vim
src/version.c

index 89ebe26a3e79d8c8d16f2fa625d020b3b3c8db6c..26684381a62002fc0893eb172cf025891780d2dd 100644 (file)
@@ -855,7 +855,7 @@ if has("lispindent")
   call append("$", "\t(local to buffer)")
   call <SID>BinOptionL("lisp")
   call append("$", "lispwords\twords that change how lisp indenting works")
-  call <SID>OptionL("lw", &lw)
+  call <SID>OptionL("lw")
 endif
 
 
index 2f4c89609d9fcf14bebe283d9436f1c4c21b037f..ef8d474d25042cddfd36ed3cfb6740e6b56d9503 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    230,
 /**/
     229,
 /**/