comparison src/version.c @ 23819:7237ed5f89bd v8.2.2451

patch 8.2.2451: MS-Windows: Extended Attributes not preserved Commit: https://github.com/vim/vim/commit/e7bebc495d4014d7bc81f863939c35268cb8e97d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 1 20:50:37 2021 +0100 patch 8.2.2451: MS-Windows: Extended Attributes not preserved Problem: MS-Windows: Extended Attributes not preserved. Solution: Preserve Extended Attributes when writing a file. (Ken Takata, closes #7765)
author Bram Moolenaar <Bram@vim.org>
date Mon, 01 Feb 2021 21:00:03 +0100
parents e6b37eca27b6
children bfc1ae959d9d
comparison
equal deleted inserted replaced
23818:8103ec7fda36 23819:7237ed5f89bd
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2451,
753 /**/ 755 /**/
754 2450, 756 2450,
755 /**/ 757 /**/
756 2449, 758 2449,
757 /**/ 759 /**/