summaryrefslogtreecommitdiff
path: root/src/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/Make_all.mak
parent01a060da74b756b161e595b39a7877cb7612120a (diff)
downloadvim-git-07dc18ffa4e7ed202f219fe2fd3d6f58246f71f9.tar.gz
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/Make_all.mak')
-rw-r--r--src/Make_all.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Make_all.mak b/src/Make_all.mak
index da3a62ca8..466f17e9e 100644
--- a/src/Make_all.mak
+++ b/src/Make_all.mak
@@ -153,6 +153,7 @@ NEW_TESTS = \
test_reltime \
test_retab \
test_ruby \
+ test_scriptnames \
test_scroll_opt \
test_scrollbind \
test_search \