vim/compiler/clojure.vim @ 7a8bd0b938e3
Update Vim plugins.
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Thu, 24 May 2012 14:09:10 -0400 |
| 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