commit | 7781ebe50f6d4daba02be3bd7e6ca08cd459674b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 01 20:35:01 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 01 20:35:01 2021 +0100 |
tree | 2e6ed785ad9f60b56516964ae8e2afce56249ea3 | |
parent | 3b690069730805a147d45d92eaca4dc838272d1d [diff] [blame] |
patch 8.2.2450: MS-Windows: ADS was not preserved if 'backupcopy' is "yes" Problem: MS-Windows: ADS was not preserved if 'backupcopy' is "yes". Solution: Copy ADS before truncating the file. (Ken Takata, closes #7762)
diff --git a/src/version.c b/src/version.c index d34839c..2ae792c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2450, +/**/ 2449, /**/ 2448,