You've already forked macports-contrib
mirror of
https://github.com/macports/macports-contrib.git
synced 2026-07-12 18:18:45 -07:00
f213a6d1ce
git-svn-id: https://svn.macports.org/repository/macports/contrib@101674 d073be05-634f-4543-b044-5fe20cf6d1d6
14 lines
384 B
VimL
14 lines
384 B
VimL
" vim:fenc=utf-8:et:sw=4:ts=4:sts=4
|
|
|
|
" Vim compiler file
|
|
" Author: Maximilian Nickel <mnick@macports.org>
|
|
|
|
if exists("current_compiler")
|
|
finish
|
|
endif
|
|
let current_compiler = "portfile"
|
|
|
|
setlocal makeef=/tmp/portfile##.err
|
|
setlocal makeprg=cd\ %:p:h\ &&\ port\ lint\ --nitpick\ 2>&1\ \\\|\ grep\ -v\ \"\\\-\\\->\"
|
|
setlocal errorformat=Warning\:\ Line\ %l\ %m,Error\:%m,Warn\:%m,%m
|