aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-05-22 17:30:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-05-22 17:30:13 +1200
commit362ceb84847fb2813630d132153e32c6d6eff8a6 (patch)
tree23e377a8d521213021514165145c6d51021c4450
parentFix Markdown mistake (diff)
downloadvim-nextag-362ceb84847fb2813630d132153e32c6d6eff8a6.tar.gz
vim-nextag-362ceb84847fb2813630d132153e32c6d6eff8a6.zip
Fix Markdown mistake
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5a331d1..5255dc4 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@ Nextag
======
Move to next and previous tags in a SGML document, including XML and HTML. Use
-`<leader>`. and `<leader>`, to search for the next and previous tags, respectively.
-Prepended counts work, e.g. `5<leader>`. as do operations, e.g. `d<leader>`. and
+`<leader>.` and `<leader>,` to search for the next and previous tags, 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.