mirror of
https://github.com/vim/vim.git
synced 2025-10-12 06:44:06 -04:00
updated for version 7.4.201
Problem: 'lispwords' is a global option. Solution: Make 'lispwords' global-local. (Sung Pae)
This commit is contained in:
@@ -990,6 +990,7 @@ enum
|
||||
, BV_KP
|
||||
#ifdef FEAT_LISP
|
||||
, BV_LISP
|
||||
, BV_LW
|
||||
#endif
|
||||
, BV_MA
|
||||
, BV_ML
|
||||
|
Reference in New Issue
Block a user