comparison src/version.c @ 30537:720ac162fbd6 v9.0.0604

patch 9.0.0604: luacheckrc file is not recognized Commit: https://github.com/vim/vim/commit/49c311c9b18e18c05f93728d1f8a552923a18423 Author: ObserverOfTime <chronobserver@disroot.org> Date: Tue Sep 27 13:07:05 2022 +0100 patch 9.0.0604: luacheckrc file is not recognized Problem: Luacheckrc file is not recognized. Solution: Use lua filetype for luacheckrc. (closes https://github.com/vim/vim/issues/11236)
author Bram Moolenaar <Bram@vim.org>
date Tue, 27 Sep 2022 14:15:03 +0200
parents 04df44c52d65
children 6e0021be50b3
comparison
equal deleted inserted replaced
30536:e52d1209a9ee 30537:720ac162fbd6
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 604,
702 /**/ 704 /**/
703 603, 705 603,
704 /**/ 706 /**/
705 602, 707 602,
706 /**/ 708 /**/