commit | 57ea2924e5dd14aac716a1ee349bdb61f6429f59 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 09 14:27:20 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 09 14:27:20 2020 +0100 |
tree | 0f7f123b53c403ca7d81e33737e858fab08de96e | |
parent | dbe5d361feb65137099644329cf0ecfd4a945a14 [diff] [blame] |
patch 8.2.0236: MS-Windows unintall doesn't delete vimtutur.bat Problem: MS-Windows unintall doesn't delete vimtutur.bat. Solution: Change directory before deletion. (Ken Takata, closes #5603)
diff --git a/src/version.c b/src/version.c index 6a5f2e7..7ca6baa 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 236, +/**/ 235, /**/ 234,