commit | ca33eb256eb910af05e8c9852bc9f716cece1f5c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 19 20:18:09 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 19 20:18:09 2020 +0100 |
tree | 0d076fc09027cdd997056b00c83fd7428455404c | |
parent | 479950f6c9aee4806f28a2b2fe5471e18a034cff [diff] [blame] |
patch 8.2.0132: script may be re-used when deleting and creating a new one Problem: Script may be re-used when deleting and creating a new one. Solution: When the inode matches, also check the file name.
diff --git a/src/version.c b/src/version.c index 2d54398..2fb0fc3 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 132, +/**/ 131, /**/ 130,