From d946dd38aec6e0c8ef33d697a110514063f385c7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 15 Feb 2012 11:48:32 +1300 Subject: Use standard syntax for describing prefixes. --- README | 4 ++-- doc/nextag.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 5f27fcc..10f02b2 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ Move to next and previous tags in a SGML document, including XML and HTML. Use 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. +[operator][count]. Move to start of next tag, if one exists. -{operator}{count}\, Move to start of previous tag, if one exists. +[operator][count], Move to start of previous tag, if one exists. diff --git a/doc/nextag.txt b/doc/nextag.txt index 6e13cf4..244c5d6 100644 --- a/doc/nextag.txt +++ b/doc/nextag.txt @@ -13,9 +13,9 @@ visual mode e.g. v,. Doesn't match SGML comments or !DOCTYPES. MAPPINGS *nextag-mappings* *\.* -{operator}{count}\. Move to start of next tag, if one exists. +[operator][count]. Move to start of next tag, if one exists. *\,* -{operator}{count}\, Move to start of previous tag, if one exists. +[operator][count], Move to start of previous tag, if one exists. vim:tw=78:et:ft=help:norl: -- cgit v1.2.3