diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-29 22:01:03 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-29 22:01:03 +0000 |
commit | 06a89a51592d300396f2f846d1983df5029931be (patch) | |
tree | 6a0d97b40132d0eabb19b8419c190b1a10fb64bf /runtime/doc/motion.txt | |
parent | d8fc5c0b999204f47efd7702502b41ead11948a4 (diff) | |
download | vim-git-06a89a51592d300396f2f846d1983df5029931be.tar.gz |
updated for version 7.0f05
Diffstat (limited to 'runtime/doc/motion.txt')
-rw-r--r-- | runtime/doc/motion.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt index 5b05d128b..7173faf97 100644 --- a/runtime/doc/motion.txt +++ b/runtime/doc/motion.txt @@ -1,4 +1,4 @@ -*motion.txt* For Vim version 7.0f. Last change: 2006 Apr 28 +*motion.txt* For Vim version 7.0f. Last change: 2006 Apr 29 VIM REFERENCE MANUAL by Bram Moolenaar @@ -707,7 +707,8 @@ there are a few restrictions. The normal method is to select a <tag> until the matching </tag>. For "at" the tags are included, for "it" they are excluded. But when "it" is repeated -the tags will be included (otherwise nothing would change). +the tags will be included (otherwise nothing would change). Also, "it" used +on a tag block with no contents will select the leading tag. "<aaa/>" items are skipped. Case is ignored, also for XML where case does matter. |