diff --git a/plugin/runner.vim b/plugin/runner.vim index 362ceb7..ab12a70 100755 --- a/plugin/runner.vim +++ b/plugin/runner.vim @@ -12,7 +12,7 @@ if v:version < 700 endif let has_loaded_runner = 1 -set shell=/bin/sh +set shell=/bin/bash set shellcmdflag=-c