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/version.c b/src/version.c index 1fc35ed..5f61775 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 553, +/**/ 552, /**/ 551,