vim/compiler/clojure.vim @ 3d37ca22c5c5 bpollack/use-command-to-explicitly-call-ag-and-us-1442506830050
Use command to explicitly call ag, and use compound if block
| author | Benjamin Pollack <benjamin@bitquabit.com> |
|---|---|
| date | Thu, 17 Sep 2015 16:20:42 +0000 |
| parents | f625da5ccd84 |
| children | (none) |
"============================================================================ "Compiler: Clojure (cake test) "Maintainer: Steve Losh <steve@stevelosh.com> "License: MIT/X11 "============================================================================ " if exists("current_compiler") " finish " endif let current_compiler = "clojure" let s:cpo_save = &cpo set cpo-=C"endif let &l:makeprg=fnameescape(globpath(&runtimepath, 'compiler/cake-test-wrapper.py')) setlocal errorformat=%f:%l:%m let &cpo = s:cpo_save unlet s:cpo_save