aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-11 11:30:35 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-11 11:30:35 +1300
commit251539688381c69fa002d13230b4a258aaf833d3 (patch)
tree8d41caf160c2eceecfb536c9ec12442fda0072a0 /doc
parentForce magic so this regex works. (diff)
downloadvim-nextag-251539688381c69fa002d13230b4a258aaf833d3.tar.gz
vim-nextag-251539688381c69fa002d13230b4a258aaf833d3.zip
Update documentation for consistency.
Diffstat (limited to 'doc')
-rw-r--r--doc/nextag.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/nextag.txt b/doc/nextag.txt
index 92fb46d..6e13cf4 100644
--- a/doc/nextag.txt
+++ b/doc/nextag.txt
@@ -5,8 +5,10 @@ License: Same terms as Vim itself (see |license|)
DESCRIPTION *nextag*
-Navigate forward and backward by tags, just like a normal Vim motion.
-Operators and counts can be prepended, and it also works in visual mode.
+Move to next and previous tags in a SGML document, including XML and HTML. Use
+<leader>. and <leader>, to search for the next and previous tags, respectively.
+Prepended counts work, e.g. 5<leader>. as do operations, e.g. d<leader>. and
+visual mode e.g. v<leader>,. Doesn't match SGML comments or !DOCTYPES.
MAPPINGS *nextag-mappings*