diff runtime/optwin.vim @ 5772:57ecd7a8c0f0 v7.4.230

updated for version 7.4.230 Problem: Error when using ":options". Solution: Fix the entry for 'lispwords'. (Kenichi Ito)
author Bram Moolenaar <bram@vim.org>
date Tue, 01 Apr 2014 12:26:46 +0200
parents 06e5f65c34d8
children 755931e042e4
line wrap: on
line diff
--- a/runtime/optwin.vim
+++ b/runtime/optwin.vim
@@ -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