Skip to content

Commit

Permalink
Send clear line and screen before test run
Browse files Browse the repository at this point in the history
  • Loading branch information
jgdavey committed Oct 25, 2011
1 parent 83d238f commit 9520629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/tslime.vim
Expand Up @@ -92,7 +92,7 @@ function! s:SendAlternateToTmux() abort
else
let command = "!!"
endif
return Send_to_Tmux(command."\n")
return Send_to_Tmux("".command."\n")
endfunction

augroup tmux
Expand Down

0 comments on commit 9520629

Please sign in to comment.