commit | 0dc5f603e9b86da9fe5798c231d8d6170501516e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 14:01:35 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 14:01:35 2021 +0100 |
tree | 2ff7a0a63eabcf44e7f4c4ea3b580e77745d8069 | |
parent | dd07c02232e91ee963b91a4477179d4b9548b862 [diff] [blame] |
patch 8.2.2478: MS-Windows: backup files for plugins are loaded Problem: MS-Windows: backup files for plugins are loaded. Solution: Do not use the alternate file name for files ending in "~".
diff --git a/src/version.c b/src/version.c index 7a91c9b..ae61a32 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2478, +/**/ 2477, /**/ 2476,