commit | 07dc18ffa4e7ed202f219fe2fd3d6f58246f71f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 30 22:48:32 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 30 22:48:32 2018 +0100 |
tree | cff51538c1e68b208e06b278f4b675dbe00380a0 | |
parent | 01a060da74b756b161e595b39a7877cb7612120a [diff] [blame] |
patch 8.1.0553: it is not easy to edit a script that was sourced 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.
diff --git a/src/Make_all.mak b/src/Make_all.mak index da3a62c..466f17e 100644 --- a/src/Make_all.mak +++ b/src/Make_all.mak
@@ -153,6 +153,7 @@ test_reltime \ test_retab \ test_ruby \ + test_scriptnames \ test_scroll_opt \ test_scrollbind \ test_search \