ha1t/php-vimparse

vimparse.php

Installs: 34

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ha1t/php-vimparse

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

This package is auto-updated.

Last update: 2025-10-09 18:07:22 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