Files
macports-contrib/mpvim/compiler/portfile.vim
T
Lawrence Velázquez f213a6d1ce mpvim: Add modelines; reindent and retab.
git-svn-id: https://svn.macports.org/repository/macports/contrib@101674 d073be05-634f-4543-b044-5fe20cf6d1d6
2013-01-16 22:57:09 +00:00

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