mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -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:
@@ -1641,6 +1641,9 @@ struct file_buffer
|
||||
#ifdef FEAT_PERSISTENT_UNDO
|
||||
int b_p_udf; /* 'undofile' */
|
||||
#endif
|
||||
#ifdef FEAT_LISP
|
||||
char_u *b_p_lw; /* 'lispwords' local value */
|
||||
#endif
|
||||
|
||||
/* end of buffer options */
|
||||
|
||||
|
Reference in New Issue
Block a user