comparison src/version.c @ 25753:c50b3eff7a64 v8.2.3412

patch 8.2.3412: Vim9: importing the wrong file Commit: https://github.com/vim/vim/commit/af2d5d2ce26029a47547c05be964e749bb0310d0 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 7 22:35:34 2021 +0200 patch 8.2.3412: Vim9: importing the wrong file Problem: Vim9: importing the wrong file. Solution: Correct the file name. Delete the file afterwards.
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 Sep 2021 22:45:04 +0200
parents fc8046209eaa
children 33ebec729787
comparison
equal deleted inserted replaced
25752:a4af090364f6 25753:c50b3eff7a64
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3412,
758 /**/ 760 /**/
759 3411, 761 3411,
760 /**/ 762 /**/
761 3410, 763 3410,
762 /**/ 764 /**/