Search by

ha1t / php-vimparse

ha1t

vimparse.php

Package info

github.com/ha1t/php-vimparse

pkg:composer/ha1t/php-vimparse

Statistics

Installs: 34

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-09-09 20:13: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