Skip to content

Commit a4466b7

Browse files
authored
scripts/run_vim.sh: set -x with VIM_TESTBED_DEBUG=1 (#46)
1 parent 4df7ede commit a4466b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/run_vim.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/sh
22

3+
if [ "$VIM_TESTBED_DEBUG" = 1 ]; then
4+
set -x
5+
fi
6+
37
BIN=$1
48
shift
59

0 commit comments

Comments
 (0)