commit | 887748742deae3d6de7aa0fdbb042afe1ccf5e7a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 20:24:29 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 20:24:29 2022 +0100 |
tree | 3434eec0fb92e3c467c9fd94c0a5aeaae2e844cc | |
parent | 1889f499a4f248cd84e0e0bf6d0d820016774494 [diff] [blame] |
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.
diff --git a/src/evalfunc.c b/src/evalfunc.c index 3817352..a5c8a7d 100644 --- a/src/evalfunc.c +++ b/src/evalfunc.c
@@ -6200,13 +6200,7 @@ 0 #endif }, - {"textobjects", -#ifdef FEAT_TEXTOBJ - 1 -#else - 0 -#endif - }, + {"textobjects", 1}, {"textprop", #ifdef FEAT_PROP_POPUP 1