ha1t/php-vimparse

v0.0.1 2016-11-04 09:01 UTC

This package is auto-updated.

Last update: 2024-04-09 14:43:16 UTC


README

Install

composer global require ha1t/php-vimparse

" @see http://subtech.g.hatena.ne.jp/secondlife/20080729/1217315593
if executable('vimparse.php')
  setlocal makeprg=vimparse.php\ %\ $*
  setlocal errorformat=%f:%l:%m
  setlocal shellpipe=2>&1\ >
  autocmd BufWritePost <buffer> silent make
endif