summaryrefslogtreecommitdiff
path: root/src/option.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-03-12 18:55:58 +0100
committerBram Moolenaar <Bram@vim.org>2014-03-12 18:55:58 +0100
commitaf6c131bf7f86dc85fbc2e4a79f2547786228126 (patch)
tree8224851b49bf2c2962285c7a2e5a3683c2ed9ccb /src/option.h
parent24ff9e33a9b87f63547e7bce95d09ade1a04fcfb (diff)
downloadvim-git-af6c131bf7f86dc85fbc2e4a79f2547786228126.tar.gz
updated for version 7.4.201v7.4.201
Problem: 'lispwords' is a global option. Solution: Make 'lispwords' global-local. (Sung Pae)
Diffstat (limited to 'src/option.h')
-rw-r--r--src/option.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/option.h b/src/option.h
index ce2dd00aa..5144c3373 100644
--- a/src/option.h
+++ b/src/option.h
@@ -990,6 +990,7 @@ enum
, BV_KP
#ifdef FEAT_LISP
, BV_LISP
+ , BV_LW
#endif
, BV_MA
, BV_ML