about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-06-11 23:54:05 -0700
committerKartik Agaram <vc@akkartik.com>2019-06-11 23:54:05 -0700
commitbf569a9f6c4b2e59dfe6aa30a9b01d8d77948aa1 (patch)
treeb597f49a55ff66ea82d44dc16fee6e1bdb50309b
parentedac54a393674f71a701a71f085003fbd5948491 (diff)
downloadmu-bf569a9f6c4b2e59dfe6aa30a9b01d8d77948aa1.tar.gz
.
-rwxr-xr-xsubx/run_one_test.sh1
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