mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -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:
@@ -242,9 +242,7 @@ check_buf_options(buf_T *buf)
|
||||
check_string_option(&buf->b_p_cms);
|
||||
#endif
|
||||
check_string_option(&buf->b_p_nf);
|
||||
#ifdef FEAT_TEXTOBJ
|
||||
check_string_option(&buf->b_p_qe);
|
||||
#endif
|
||||
#ifdef FEAT_SYN_HL
|
||||
check_string_option(&buf->b_p_syn);
|
||||
check_string_option(&buf->b_s.b_syn_isk);
|
||||
|
Reference in New Issue
Block a user