From e7a88a8d4ebd2419ad926578ddc0ee4bf43cf069 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 1 Apr 2014 12:26:46 +0200 Subject: [PATCH] updated for version 7.4.230 Problem: Error when using ":options". Solution: Fix the entry for 'lispwords'. (Kenichi Ito) --- runtime/optwin.vim | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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, /**/ -- 2.50.1