diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-03-12 18:55:58 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-03-12 18:55:58 +0100 |
commit | af6c131bf7f86dc85fbc2e4a79f2547786228126 (patch) | |
tree | 8224851b49bf2c2962285c7a2e5a3683c2ed9ccb /src/option.h | |
parent | 24ff9e33a9b87f63547e7bce95d09ade1a04fcfb (diff) | |
download | vim-af6c131bf7f86dc85fbc2e4a79f2547786228126.zip |
updated for version 7.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.h | 1 |
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 |