Skip to content

Instantly share code, notes, and snippets.

@jesseleite
Created October 1, 2019 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesseleite/bfc4a8fb264ec61fba0bd2ff6d2a54e9 to your computer and use it in GitHub Desktop.
Save jesseleite/bfc4a8fb264ec61fba0bd2ff6d2a54e9 to your computer and use it in GitHub Desktop.
function! ShtuffStrategy(cmd)
call system("shtuff into test " . shellescape("clear;" . a:cmd))
endfunction
let g:test#custom_strategies = {'shtuff': function('ShtuffStrategy')}
let g:test#strategy = "shtuff"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment