mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
vim-patch:7.4.201
Problem: 'lispwords' is a global option. Solution: Make 'lispwords' global-local. (Sung Pae) https://code.google.com/p/vim/source/detail?r=06e5f65c34d8136c3a9d2219429b7eca35cb3a21
This commit is contained in:
@@ -677,6 +677,7 @@ struct file_buffer {
|
||||
char_u *b_p_tsr; /* 'thesaurus' local value */
|
||||
long b_p_ul; /* 'undolevels' local value */
|
||||
int b_p_udf; /* 'undofile' */
|
||||
char_u *b_p_lw; // 'lispwords' local value
|
||||
|
||||
/* end of buffer options */
|
||||
|
||||
|
Reference in New Issue
Block a user