diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-08-16 20:24:29 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-08-16 20:24:29 +0100 |
commit | 887748742deae3d6de7aa0fdbb042afe1ccf5e7a (patch) | |
tree | 3434eec0fb92e3c467c9fd94c0a5aeaae2e844cc /src/option.h | |
parent | 1889f499a4f248cd84e0e0bf6d0d820016774494 (diff) | |
download | vim-git-887748742deae3d6de7aa0fdbb042afe1ccf5e7a.tar.gz |
patch 9.0.0222: no good reason why text objects are only in larger buildsv9.0.0222
Problem: No good reason why text objects are only in larger builds.
Solution: Graduate +textobjects.
Diffstat (limited to 'src/option.h')
-rw-r--r-- | src/option.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/option.h b/src/option.h index 5ac54efc6..4d9f7e232 100644 --- a/src/option.h +++ b/src/option.h @@ -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 |