diff options
Diffstat (limited to 'subx/run_one_test.sh')
-rwxr-xr-x | subx/run_one_test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/run_one_test.sh b/subx/run_one_test.sh index 8d1d14f2..eb99a8b5 100755 --- a/subx/run_one_test.sh +++ b/subx/run_one_test.sh @@ -1,5 +1,6 @@ #!/usr/bin/env zsh # Either run the test with the given name, or rerun the most recently run test. +# Intended to be called from within Vim. Check out the vimrc.vim file. if [[ $2 == 'test-'* ]] then |