updated for version 7.4.230
Problem: Error when using ":options".
Solution: Fix the entry for 'lispwords'. (Kenichi Ito)
diff --git a/runtime/optwin.vim b/runtime/optwin.vim
index 89ebe26..2668438 100644
--- a/runtime/optwin.vim
+++ b/runtime/optwin.vim
@@ -855,7 +855,7 @@
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
diff --git a/src/version.c b/src/version.c
index 2f4c896..ef8d474 100644
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 230,
+/**/
229,
/**/
228,