From: Bram Moolenaar Date: Tue, 1 Apr 2014 10:26:46 +0000 (+0200) Subject: updated for version 7.4.230 X-Git-Tag: v7.4.230 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7a88a8d4ebd2419ad926578ddc0ee4bf43cf069;p=vim 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 89ebe26a3..26684381a 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -855,7 +855,7 @@ if has("lispindent") call append("$", "\t(local to buffer)") call BinOptionL("lisp") call append("$", "lispwords\twords that change how lisp indenting works") - call OptionL("lw", &lw) + call OptionL("lw") endif diff --git a/src/version.c b/src/version.c index 2f4c89609..ef8d474d2 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 230, /**/ 229, /**/