From af6c131bf7f86dc85fbc2e4a79f2547786228126 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 12 Mar 2014 18:55:58 +0100 Subject: updated for version 7.4.201 Problem: 'lispwords' is a global option. Solution: Make 'lispwords' global-local. (Sung Pae) --- runtime/doc/options.txt | 2 +- runtime/optwin.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime') diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 9fb67a2cf..2b846b87d 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -4629,7 +4629,7 @@ A jump table for the options with a short description can be found at |Q_op|. *'lispwords'* *'lw'* 'lispwords' 'lw' string (default is very long) - global + global or local to buffer |global-local| {not in Vi} {not available when compiled without the |+lispindent| feature} diff --git a/runtime/optwin.vim b/runtime/optwin.vim index df3688381..89ebe26a3 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 OptionG("lw", &lw) + call OptionL("lw", &lw) endif -- cgit v1.2.1