From 9a1feb83700b9d37341fee07fad65948f81cc0cb Mon Sep 17 00:00:00 2001 From: Hiroshi Shirosaki Date: Fri, 29 Jan 2016 15:23:23 +0900 Subject: [PATCH] Add indent/markdown.vim to install Patch by @huangleon Fix #247 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 231c0af..9eb40e2 100644 --- 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} -- 2.39.2