summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-04-01 12:26:46 +0200
committerBram Moolenaar <Bram@vim.org>2014-04-01 12:26:46 +0200
commite7a88a8d4ebd2419ad926578ddc0ee4bf43cf069 (patch)
tree81f49107dac9aeab9408bf66602b9943dcef4f72 /runtime
parenta392038db5871af6f78fe4d822d9f7126f25eab6 (diff)
updated for version 7.4.230v7.4.230
Problem: Error when using ":options". Solution: Fix the entry for 'lispwords'. (Kenichi Ito)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/optwin.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim
index 89ebe26a3e..26684381a6 100644
--- 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