aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--doc/nextag.txt4
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<leader>. as do operations, e.g. d<leader>. and
visual mode e.g. v<leader>,. Doesn't match SGML comments or !DOCTYPES.
-{operator}{count}\. Move to start of next tag, if one exists.
+[operator][count]<leader>. Move to start of next tag, if one exists.
-{operator}{count}\, Move to start of previous tag, if one exists.
+[operator][count]<leader>, 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<leader>,. Doesn't match SGML comments or !DOCTYPES.
MAPPINGS *nextag-mappings*
*\.*
-{operator}{count}\. Move to start of next tag, if one exists.
+[operator][count]<leader>. Move to start of next tag, if one exists.
*\,*
-{operator}{count}\, Move to start of previous tag, if one exists.
+[operator][count]<leader>, Move to start of previous tag, if one exists.
vim:tw=78:et:ft=help:norl: