[54453] contrib/mpvim/compiler/portfile.vim

mnick at macports.org mnick at macports.org
Mon Jul 27 15:46:36 PDT 2009


Revision: 54453
          http://trac.macports.org/changeset/54453
Author:   mnick at macports.org
Date:     2009-07-27 15:46:35 -0700 (Mon, 27 Jul 2009)
Log Message:
-----------
set absolute path to error file, fixes E40 'error.err not found' errors

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

Modified: contrib/mpvim/compiler/portfile.vim
===================================================================
--- contrib/mpvim/compiler/portfile.vim	2009-07-27 20:59:57 UTC (rev 54452)
+++ contrib/mpvim/compiler/portfile.vim	2009-07-27 22:46:35 UTC (rev 54453)
@@ -6,5 +6,6 @@
 endif
 let current_compiler = "portfile"
 
+setlocal makeef=/tmp/portfile##.err
 setlocal makeprg=cd\ %:p:h\ &&\ port\ lint\ --nitpick\ 2>&1\ \\\|\ grep\ -v\ \"\\\-\\\->\" 
 setlocal errorformat=Error\:%m,Warn\:%m,%m
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090727/1be402ea/attachment.html>


More information about the macports-changes mailing list