summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/Makefile')
-rw-r--r--runtime/syntax/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/syntax/Makefile b/runtime/syntax/Makefile
index 945308fd7c..bc6de0bc26 100644
--- a/runtime/syntax/Makefile
+++ b/runtime/syntax/Makefile
@@ -1,5 +1,8 @@
# Portable Makefile for running syntax tests.
+# To run the test manually:
+# ../../src/vim -u 'testdir/runtest.vim' --cmd 'breakadd func RunTest'
+
# Override this if needed, the default assumes Vim was build in the src dir.
#VIMPROG = vim
VIMPROG = ../../src/vim