comparison src/version.c @ 31764:6969fac11aaa v9.0.1214

patch 9.0.1214: file left behind after running tests Commit: https://github.com/vim/vim/commit/541c87c808df91b55e51fedc4987152a3edfe80d Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Tue Jan 17 21:20:44 2023 +0000 patch 9.0.1214: file left behind after running tests Problem: File left behind after running tests. Solution: Delete the file. (Dominique Pell?, closes https://github.com/vim/vim/issues/11839)
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 Jan 2023 22:30:04 +0100
parents b53ab3c3e0c9
children 9f1504e36ae9
comparison
equal deleted inserted replaced
31763:8d9190368b3b 31764:6969fac11aaa
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1214,
698 /**/ 700 /**/
699 1213, 701 1213,
700 /**/ 702 /**/
701 1212, 703 1212,
702 /**/ 704 /**/