]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add : of command in README.md
authorHiroshi Shirosaki <h.shirosaki@gmail.com>
Mon, 8 Feb 2016 01:08:27 +0000 (10:08 +0900)
committerHiroshi Shirosaki <h.shirosaki@gmail.com>
Mon, 8 Feb 2016 01:08:27 +0000 (10:08 +0900)
README.md
doc/vim-markdown.txt

index a76854b4afebbca046b67a930d550045424a1cdc..6c043db87a5f58b79ee3498991fd5abc4bd50678 100644 (file)
--- a/README.md
+++ b/README.md
@@ -250,7 +250,7 @@ The following requires `:filetype plugin on`.
 
 -   `:Toct`: Same as `:Toc` but in a new tab.
 
--   `:Tocv`: Same as `:Toc` for symmetry with `:Toch` and `Tocv`.
+-   `:Tocv`: Same as `:Toc` for symmetry with `:Toch` and `:Tocv`.
 
 ## Credits
 
index d16afda03cd4e69131f0f7fd38af062b2da36fd8..4b3d9299045bafd039286568f6c229b173c1fcba 100644 (file)
@@ -296,7 +296,7 @@ The following requires ':filetype plugin on'.
 - ':Toct': Same as ':Toc' but in a new tab.
 
                                                                         *:Tocv*
-- ':Tocv': Same as ':Toc' for symmetry with ':Toch' and 'Tocv'.
+- ':Tocv': Same as ':Toc' for symmetry with ':Toch' and ':Tocv'.
 
 ===============================================================================
                                                          *vim-markdown-credits*