mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 9.0.0222: no good reason why text objects are only in larger builds
Problem: No good reason why text objects are only in larger builds. Solution: Graduate +textobjects.
This commit is contained in:
@@ -2959,9 +2959,7 @@ struct file_buffer
|
||||
int b_p_ma; // 'modifiable'
|
||||
char_u *b_p_nf; // 'nrformats'
|
||||
int b_p_pi; // 'preserveindent'
|
||||
#ifdef FEAT_TEXTOBJ
|
||||
char_u *b_p_qe; // 'quoteescape'
|
||||
#endif
|
||||
int b_p_ro; // 'readonly'
|
||||
long b_p_sw; // 'shiftwidth'
|
||||
int b_p_sn; // 'shortname'
|
||||
|
Reference in New Issue
Block a user