summaryrefslogtreecommitdiffstats
path: root/runtime/doc/motion.txt
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 /runtime/doc/motion.txt
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 'runtime/doc/motion.txt')
-rw-r--r--runtime/doc/motion.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt
index 9d6142ba5c..4253684d1a 100644
--- a/runtime/doc/motion.txt
+++ b/runtime/doc/motion.txt
@@ -532,8 +532,6 @@ including white space, the commands starting with "i" select an "inner" object
without white space, or just the white space. Thus the "inner" commands
always select less text than the "a" commands.
-These commands are not available when the |+textobjects| feature has been
-disabled at compile time.
Also see `gn` and `gN`, operating on the last search pattern.
*v_aw* *aw*
@@ -634,6 +632,7 @@ at "a tag block", select [count] tag blocks, from the
"</aaa>", including the "<aaa>" and "</aaa>".
See |tag-blocks| about the details.
When used in Visual mode it is made characterwise.
+ Only available when compiled with the |+eval| feature.
*v_it* *it*
it "inner tag block", select [count] tag blocks, from the