comparison src/version.c @ 30349:37a251ba4cf4 v9.0.0510

patch 9.0.0510: Chatito files are not recognized Commit: https://github.com/vim/vim/commit/7c046ae99ba85a4fdf1a546157e2ed6f12b79ea6 Author: ObserverOfTime <chronobserver@disroot.org> Date: Tue Sep 20 12:02:28 2022 +0100 patch 9.0.0510: Chatito files are not recognized Problem: Chatito files are not recognized. Solution: Add a pattern for Chatito files. (closes https://github.com/vim/vim/issues/11174)
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 13:15:02 +0200
parents ea2935ec4435
children c8c7adcf2ddc
comparison
equal deleted inserted replaced
30348:018f5bdd93df 30349:37a251ba4cf4
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 510,
702 /**/ 704 /**/
703 509, 705 509,
704 /**/ 706 /**/
705 508, 707 508,
706 /**/ 708 /**/