We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df7ede commit a4466b7Copy full SHA for a4466b7
scripts/run_vim.sh
@@ -1,5 +1,9 @@
1
#!/bin/sh
2
3
+if [ "$VIM_TESTBED_DEBUG" = 1 ]; then
4
+ set -x
5
+fi
6
+
7
BIN=$1
8
shift
9
0 commit comments