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:
@@ -6200,13 +6200,7 @@ f_has(typval_T *argvars, typval_T *rettv)
|
||||
0
|
||||
#endif
|
||||
},
|
||||
{"textobjects",
|
||||
#ifdef FEAT_TEXTOBJ
|
||||
1
|
||||
#else
|
||||
0
|
||||
#endif
|
||||
},
|
||||
{"textobjects", 1},
|
||||
{"textprop",
|
||||
#ifdef FEAT_PROP_POPUP
|
||||
1
|
||||
|
||||
Reference in New Issue
Block a user