aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-15 11:48:32 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-15 11:48:32 +1300
commitd946dd38aec6e0c8ef33d697a110514063f385c7 (patch)
treee4543b49bd89c221d551da31a5e25118fb78bc19
parentUpdate documentation for consistency. (diff)
downloadvim-nextag-d946dd38aec6e0c8ef33d697a110514063f385c7.tar.gz
vim-nextag-d946dd38aec6e0c8ef33d697a110514063f385c7.zip
Use standard syntax for describing prefixes.
-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: