aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-05-28 10:11:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-05-28 10:11:26 +1200
commit75e686795a1459fd1cda73dd520ef6c0bedd0a17 (patch)
treea0ffff37cd98e5e165684fde572d58721ffc96c3
parentDon't need line wrapping. (diff)
downloadvim-nextag-75e686795a1459fd1cda73dd520ef6c0bedd0a17.tar.gz
vim-nextag-75e686795a1459fd1cda73dd520ef6c0bedd0a17.zip
Reworking README file.
-rw-r--r--README.markdown21
-rw-r--r--README.md13
2 files changed, 21 insertions, 13 deletions
diff --git a/README.markdown b/README.markdown
new file mode 100644
index 0000000..a4a6a92
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,21 @@
+Nextag
+======
+
+Move to next and previous tags in a SGML document, including XML and HTML, in
+Vim. 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 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.
+
+License
+-------
+
+Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
+See `:help license`.
+
+[1]: http://www.sanctum.geek.nz/about/tom-ryder
+
diff --git a/README.md b/README.md
deleted file mode 100644
index 354f4d5..0000000
--- a/README.md
+++ /dev/null
@@ -1,13 +0,0 @@
-Nextag
-======
-
-Move to next and previous tags in a SGML document, including XML and HTML, in Vim. 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 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.
-
-License
--------
-
-Copyright (c) [Tom Ryder](http://www.sanctum.geek.nz/about/tom-ryder/). Distributed under the same terms as Vim itself. See `:help license`.
-