From 251539688381c69fa002d13230b4a258aaf833d3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 11 Feb 2012 11:30:35 +1300 Subject: Update documentation for consistency. --- README | 6 ++++-- doc/nextag.txt | 6 ++++-- plugin/nextag.vim | 3 ++- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README b/README index 7a3c427..5f27fcc 100644 --- a/README +++ b/README @@ -3,8 +3,10 @@ nextag - SGML tag motions (XML, XHTML, HTML etc) Author: Tom Ryder License: Same terms as Vim itself -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 +. 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. {operator}{count}\. Move to start of next tag, if one exists. 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 +. 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* diff --git a/plugin/nextag.vim b/plugin/nextag.vim index 68bb0fc..d35fbd8 100644 --- a/plugin/nextag.vim +++ b/plugin/nextag.vim @@ -2,7 +2,8 @@ " nextag.vim - 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,. +" operations, e.g. d. and visual mode e.g. v,. Doesn't match +" SGML comments or !DOCTYPES. " " Maintainer: Tom Ryder " -- cgit v1.2.3