summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-08-16 20:24:29 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-16 20:24:29 +0100
commit887748742deae3d6de7aa0fdbb042afe1ccf5e7a (patch)
tree3434eec0fb92e3c467c9fd94c0a5aeaae2e844cc /src/feature.h
parent1889f499a4f248cd84e0e0bf6d0d820016774494 (diff)
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/feature.h')
-rw-r--r--src/feature.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/feature.h b/src/feature.h
index b02bb9c554..d594171ad1 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -114,6 +114,7 @@
* +lispindent lisp indenting (From Eric Fischer).
* +cindent C code indenting (From Eric Fischer).
* +smartindent smart C code indenting when the 'si' option is set.
+ * +textobjects Text objects: "vaw", "das", etc.
*
* Obsolete:
* +tag_old_static Old style static tags: "file:tag file ..".
@@ -302,13 +303,6 @@
#endif
/*
- * +textobjects Text objects: "vaw", "das", etc.
- */
-#if defined(FEAT_NORMAL) && defined(FEAT_EVAL)
-# define FEAT_TEXTOBJ
-#endif
-
-/*
* Insert mode completion with 'completefunc'.
*/
#if defined(FEAT_EVAL)