aboutsummaryrefslogtreecommitdiff
path: root/doc
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 /doc
parentUpdate documentation for consistency. (diff)
downloadvim-nextag-d946dd38aec6e0c8ef33d697a110514063f385c7.tar.gz
vim-nextag-d946dd38aec6e0c8ef33d697a110514063f385c7.zip
Use standard syntax for describing prefixes.
Diffstat (limited to 'doc')
-rw-r--r--doc/nextag.txt4
1 files changed, 2 insertions, 2 deletions
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: