From 446da6e8e36c93acd627b2632f1a443077030f7a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 17 Jun 2018 22:32:42 +1200 Subject: Update documentation --- doc/nextag.txt | 20 +++++++++++++------- 1 file 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 -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 -. and , to search for the next and previous tags, respectively. -Prepended counts work, e.g. 5. as do operations, e.g. d. and -visual mode e.g. v,. Doesn't match SGML comments or !DOCTYPES. +`.` and `,` to search for the next and previous tags, +respectively. Prepended counts work, e.g. `5.`, as do operations, e.g. +`d.` and visual mode e.g. `v,`. Doesn't match SGML comments or +!DOCTYPES. MAPPINGS *nextag-mappings* @@ -18,4 +16,12 @@ MAPPINGS *nextag-mappings* *\,* [operator][count], Move to start of previous tag, if one exists. +AUTHOR *nextag-author* + +Written and maintained by Tom Ryder . + +LICENSE *nextag-license* + +Licensed for distribution under the same terms as Vim itself (see |license|). + vim:tw=78:et:ft=help:norl: -- cgit v1.2.3