From: Hiroshi Shrirosaki Date: Sun, 17 Jan 2016 04:23:56 +0000 (+0900) Subject: Add requirement for commands #182 X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/13c2fa4a130e0c350cd8332444b652890ae89517?ds=inline Add requirement for commands #182 --- diff --git a/README.md b/README.md index 87fef46..6020381 100644 --- 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. diff --git a/doc/vim-markdown.txt b/doc/vim-markdown.txt index 4cc63ab..74b9748 100644 --- a/doc/vim-markdown.txt +++ b/doc/vim-markdown.txt @@ -201,6 +201,8 @@ To disable a map use: *vim-markdown-commands* Commands ~ +The following requires ':filetype plugin on'. + *:HeaderDecrease* - ':HeaderDecrease':