[103709] contrib/mpvim/syntax/portfile.vim

larryv at macports.org larryv at macports.org
Mon Mar 4 20:17:50 PST 2013


Revision: 103709
          https://trac.macports.org/changeset/103709
Author:   larryv at macports.org
Date:     2013-03-04 20:17:50 -0800 (Mon, 04 Mar 2013)
Log Message:
-----------
mpvim: Treat destroot.violate_mtree values as booleans.

Modified Paths:
--------------
    contrib/mpvim/syntax/portfile.vim

Modified: contrib/mpvim/syntax/portfile.vim
===================================================================
--- contrib/mpvim/syntax/portfile.vim	2013-03-05 03:51:33 UTC (rev 103708)
+++ contrib/mpvim/syntax/portfile.vim	2013-03-05 04:17:50 UTC (rev 103709)
@@ -87,7 +87,8 @@
 syn match PortfilePhasesTest    "\<test\.env\%(-append\|-delete\)\?\>"
 
 " Test destroot options
-syn match PortfilePhasesDest    "\<destroot\.\%(cmd\|type\|dir\|destdir\|umask\|keepdirs\|violate_mtree\)\>"
+syn match PortfilePhasesDest    "\<destroot\.\%(cmd\|type\|dir\|destdir\|umask\|keepdirs\)\>"
+syn match PortfilePhasesDest    "\<destroot\.violate_mtree\>" nextgroup=PortfileYesNo skipwhite
 syn match PortfilePhasesDest    "\<destroot\.\%(pre_\|post_\)\?args\%(-append\|-delete\)\?\>"
 syn match PortfilePhasesDest    "\<destroot\.\%(target\|env\)\%(-append\|-delete\)\?\>"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130304/9fa3c9ea/attachment-0001.html>


More information about the macports-changes mailing list