forked from aniani/vim
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:
@@ -802,9 +802,7 @@ EXTERN char_u *p_pyhome; // 'pythonhome'
|
||||
#if defined(FEAT_PYTHON) || defined(FEAT_PYTHON3)
|
||||
EXTERN long p_pyx; // 'pyxversion'
|
||||
#endif
|
||||
#ifdef FEAT_TEXTOBJ
|
||||
EXTERN char_u *p_qe; // 'quoteescape'
|
||||
#endif
|
||||
EXTERN int p_ro; // 'readonly'
|
||||
#ifdef FEAT_RELTIME
|
||||
EXTERN long p_rdt; // 'redrawtime'
|
||||
@@ -1183,9 +1181,7 @@ enum
|
||||
#endif
|
||||
, BV_PATH
|
||||
, BV_PI
|
||||
#ifdef FEAT_TEXTOBJ
|
||||
, BV_QE
|
||||
#endif
|
||||
, BV_RO
|
||||
, BV_SI
|
||||
, BV_SN
|
||||
|
Reference in New Issue
Block a user