mpvim: Add indenting for portfiles.

We currently just source Tcl indent files.

git-svn-id: https://svn.macports.org/repository/macports/contrib@102170 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Lawrence Velázquez
2013-01-29 07:27:56 +00:00
parent c7c97eb6ed
commit dade3424cf
2 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ prefix := ~/.vim
all:
install:
@for dir in compiler ftdetect ftplugin snippets syntax; do \
@for dir in compiler ftdetect ftplugin indent snippets syntax; \
do \
mkdir -p $(DESTDIR)$(prefix)/$$dir/ ; \
cp -rv $$dir/* $(DESTDIR)$(prefix)/$$dir/ ; \
done
+7
View File
@@ -0,0 +1,7 @@
" vim:fenc=utf-8:et:sw=4:ts=4:sts=4
" Vim indent file
" Language: MacPorts portfiles
" Maintainer: Lawrence Velázquez <larryv@macports.org>
runtime! indent/tcl.vim