Do people test ClojureScript?

This commit is contained in:
Tim Pope 2014-01-17 04:35:03 -05:00
parent 6e7f22766a
commit ee141c0256
1 changed files with 1 additions and 1 deletions

View File

@ -1186,7 +1186,7 @@ function! fireplace#alternates() abort
let alt = [ns . '-test', substitute(ns, '\.', '.test.', ''), ns . '-spec', let alt = [ns . '-test', substitute(ns, '\.', '.test.', ''), ns . '-spec',
\ substitute(ns, '\.\([^\.]*\)$', '.t-\1', '')] \ substitute(ns, '\.\([^\.]*\)$', '.t-\1', '')]
endif endif
return map(alt, 'tr(v:val, ".-", "/_") . ".clj"') return map(alt, 'tr(v:val, ".-", "/_") . "." . expand("%:e")')
endfunction endfunction
function! s:Alternate(cmd) abort function! s:Alternate(cmd) abort