commit | 1fa8d2c33d7290eda7dc2a94d4ec6a599a2d61dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 17 22:53:14 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 17 22:53:14 2020 +0100 |
tree | 2e185859825be658eab3ae17b9ddfd399c2ebb8c | |
parent | 414b79662786762256e756ece8ab4aaecbbf9bd1 [diff] [blame] |
patch 8.2.0273: MS-Windows uninstall may delete wrong batch file Problem: MS-Windows uninstall may delete wrong batch file. Solution: Add specific marker in the generated batch file. (Ken Takata, closes #5654)
diff --git a/src/version.c b/src/version.c index 1008eaf..2fbccd2 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 273, +/**/ 272, /**/ 271,