Skip to content

Commit

Permalink
Remove shadow_cljs_validation.clj #274
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Oct 9, 2020
1 parent 2a66cb9 commit 003de1e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 94 deletions.
11 changes: 0 additions & 11 deletions autoload/iced/script.vim
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,5 @@ function! iced#script#empty_port(callback) abort
return iced#system#get('job_out').redir(command, a:callback)
endfunction

function! iced#script#shadow_cljs_validation(shadow_cljs_config_path, callback) abort
call s:setup()
let command = printf('bb %s/clj/script/shadow_cljs_validation.clj %s %s',
\ g:vim_iced_home,
\ a:shadow_cljs_config_path,
\ g:vim_iced_home,
\ )

return iced#system#get('job_out').redir(command, a:callback)
endfunction

let &cpoptions = s:save_cpo
unlet s:save_cpo
83 changes: 0 additions & 83 deletions clj/script/shadow_cljs_validation.clj

This file was deleted.

0 comments on commit 003de1e

Please sign in to comment.