aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-15 01:25:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-15 01:25:39 +1200
commitf0b6eb4e081360969e09fc71eb59b933e43af449 (patch)
tree21d8abc85564e51d9948055c5b4ba8269f227b5e
parentReworking README file. (diff)
downloadvim-nextag-f0b6eb4e081360969e09fc71eb59b933e43af449.tar.gz
vim-nextag-f0b6eb4e081360969e09fc71eb59b933e43af449.zip
Fix documentation
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index a4a6a92..833e2e9 100644
--- a/README.markdown
+++ b/README.markdown
@@ -7,8 +7,8 @@ respectively. 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]<leader>1` -- Move to start of next tag, if one exists.
-* `[operator][count]<leader>1` -- Move to start of previous tag, if one
+* `[operator][count]<leader>.` -- Move to start of next tag, if one exists.
+* `[operator][count]<leader>,` -- Move to start of previous tag, if one
exists.
License