You've already forked macports-contrib
mirror of
https://github.com/macports/macports-contrib.git
synced 2026-07-12 18:18:45 -07:00
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:
+2
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user