Skip to content
This repository has been archived by the owner on Jun 24, 2018. It is now read-only.

Commit

Permalink
Update exunit cmd to run test on line
Browse files Browse the repository at this point in the history
  • Loading branch information
seankay committed Nov 30, 2014
1 parent 3174294 commit e14d27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/extest.vim
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if !exists("g:extest_exunit_run_file_cmd")
let g:extest_exunit_run_file_cmd = "mix test '%f'"
endif
if !exists("g:extest_exunit_run_test_cmd")
let g:extest_exunit_run_test_cmd = "mix test '%f'"
let g:extest_exunit_run_test_cmd = "mix test '%f:%l'"
endif
if !exists("g:extest_amrita_run_file_cmd")
let g:extest_amrita_run_file_cmd = "mix amrita '%f'"
Expand Down

0 comments on commit e14d27b

Please sign in to comment.