]> 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 requirement for commands #182
authorHiroshi Shrirosaki <h.shirosaki@gmail.com>
Sun, 17 Jan 2016 04:23:56 +0000 (13:23 +0900)
committerHiroshi Shrirosaki <h.shirosaki@gmail.com>
Sun, 17 Jan 2016 04:23:56 +0000 (13:23 +0900)
README.md
doc/vim-markdown.txt

index 87fef468cfeddb374534c038bc00ba79df418363..60203812abf04678aa82d06e704bf169f9a0d99b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -176,6 +176,8 @@ To disable a map use:
 
 ## Commands
 
+The following requires `:filetype plugin on`.
+
 -   `:HeaderDecrease`:
 
     Decrease level of all headers in buffer: `h2` to `h1`, `h3` to `h2`, etc.
index 4cc63abba3bca88f951bf848adc326ca98e8413a..74b9748416d9fd7cb28bbfebf43a0d7f93e1f638 100644 (file)
@@ -201,6 +201,8 @@ To disable a map use:
                                                         *vim-markdown-commands*
 Commands ~
 
+The following requires ':filetype plugin on'.
+
                                                               *:HeaderDecrease*
 - ':HeaderDecrease':