aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-17 22:32:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-17 22:32:42 +1200
commit446da6e8e36c93acd627b2632f1a443077030f7a (patch)
tree7ff54a4b0993b8664df9ff5f35bed0f4d1585dd0
parentRename README.md (diff)
downloadvim-nextag-446da6e8e36c93acd627b2632f1a443077030f7a.tar.gz
vim-nextag-446da6e8e36c93acd627b2632f1a443077030f7a.zip
Update documentation
-rw-r--r--doc/nextag.txt20
1 files changed, 13 insertions, 7 deletions
diff --git a/doc/nextag.txt b/doc/nextag.txt
index 244c5d6..908f3c3 100644
--- a/doc/nextag.txt
+++ b/doc/nextag.txt
@@ -1,14 +1,12 @@
-*nextag.txt* SGML tag motions (XML, XHTML, HTML etc)
-
-Author: Tom Ryder <tom@sanctum.geek.nz>
-License: Same terms as Vim itself (see |license|)
+*nextag.txt* For Vim version 7.0 Last change: 2018 June 17
DESCRIPTION *nextag*
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.
+`<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*
@@ -18,4 +16,12 @@ MAPPINGS *nextag-mappings*
*\,*
[operator][count]<leader>, Move to start of previous tag, if one exists.
+AUTHOR *nextag-author*
+
+Written and maintained by Tom Ryder <tom@sanctum.geek.nz>.
+
+LICENSE *nextag-license*
+
+Licensed for distribution under the same terms as Vim itself (see |license|).
+
vim:tw=78:et:ft=help:norl: