Emit file and line for failure source (use gF to jump straight to it!).
Show context lines for exception source. Put spec summary run at the
top of the screen. Small documentation fixes.
PLUGIN = hgrev
SOURCE = plugin/hgrev.vim
SOURCE += doc/hgrev.txt
${PLUGIN}.vba: ${SOURCE}
- vim --cmd 'let g:plugin_name="${PLUGIN}"' -S build.vim -cq\!
gzip ${PLUGIN}.vba
install:
rsync -Rv ${SOURCE} ${HOME}/.vim/
clean:
rm ${PLUGIN}.vba.gz