[102170] contrib/mpvim
larryv at macports.org
larryv at macports.org
Mon Jan 28 23:27:56 PST 2013
Revision: 102170
https://trac.macports.org/changeset/102170
Author: larryv at macports.org
Date: 2013-01-28 23:27:56 -0800 (Mon, 28 Jan 2013)
Log Message:
-----------
mpvim: Add indenting for portfiles.
We currently just source Tcl indent files.
Modified Paths:
--------------
contrib/mpvim/Makefile
Added Paths:
-----------
contrib/mpvim/indent/
contrib/mpvim/indent/portfile.vim
Modified: contrib/mpvim/Makefile
===================================================================
--- contrib/mpvim/Makefile 2013-01-29 06:14:21 UTC (rev 102169)
+++ contrib/mpvim/Makefile 2013-01-29 07:27:56 UTC (rev 102170)
@@ -5,7 +5,8 @@
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
Added: contrib/mpvim/indent/portfile.vim
===================================================================
--- contrib/mpvim/indent/portfile.vim (rev 0)
+++ contrib/mpvim/indent/portfile.vim 2013-01-29 07:27:56 UTC (rev 102170)
@@ -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 at macports.org>
+
+runtime! indent/tcl.vim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130128/5d83cc3a/attachment.html>
More information about the macports-changes
mailing list