aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-05-22 17:28:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-05-22 17:28:52 +1200
commit53478a132985eaa7688c82669fb0069c736f70f1 (patch)
tree22c724ac6f38cba271598511d52d4ccd38694220
parentNew README.md file (diff)
downloadvim-nextag-53478a132985eaa7688c82669fb0069c736f70f1.tar.gz
vim-nextag-53478a132985eaa7688c82669fb0069c736f70f1.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 0830a81..5a331d1 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@ 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]<leader>`1 -- Move to start of next tag, if one exists.
-* `[operator][count]<leader>`1 -- Move to start of previous tag, if one exists.
+* `[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 exists.
License
-------