]> 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 indent/markdown.vim to install
authorHiroshi Shirosaki <h.shirosaki@gmail.com>
Fri, 29 Jan 2016 06:23:23 +0000 (15:23 +0900)
committerHiroshi Shirosaki <h.shirosaki@gmail.com>
Fri, 29 Jan 2016 06:23:23 +0000 (15:23 +0900)
Patch by @huangleon
Fix #247

Makefile

index 231c0af1dfdf75e7365e892c284001029f953909..9eb40e2b10be4f9f2724f0c10e2e99bff7d139bd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,8 @@ install:
        cp -v syntax/markdown.vim ${ADDONS}/syntax/markdown.vim
        mkdir -pv ${ADDONS}/after/ftplugin
        cp -v after/ftplugin/markdown.vim ${ADDONS}/after/ftplugin/markdown.vim
+       mkdir -pv ${ADDONS}/indent
+       cp -v indent/markdown.vim ${ADDONS}/indent/markdown.vim
        mkdir -pv ${ADDONS}/doc
        cp -v doc/vim-markdown.txt ${ADDONS}/doc/vim-markdown.txt
        mkdir -pv ${REGISTRY}