summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-11-30 22:48:32 +0100
committerBram Moolenaar <Bram@vim.org>2018-11-30 22:48:32 +0100
commit07dc18ffa4e7ed202f219fe2fd3d6f58246f71f9 (patch)
treecff51538c1e68b208e06b278f4b675dbe00380a0 /src/testdir/Make_all.mak
parent01a060da74b756b161e595b39a7877cb7612120a (diff)
patch 8.1.0553: it is not easy to edit a script that was sourcedv8.1.0553
Problem: It is not easy to edit a script that was sourced. Solution: Add a count to ":scriptnames", so that ":script 40" edits the script with script ID 40.
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 45f45d7fd8..5b85156737 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -158,6 +158,7 @@ NEW_TESTS = test_arabic.res \
test_registers.res \
test_retab.res \
test_ruby.res \
+ test_scriptnames.res \
test_scrollbind.res \
test_search.res \
test_shortpathname.res \