comparison src/version.c @ 34848:1d9041415ca0 v9.1.0293

patch 9.1.0293: filetype: lxqt config files are not recognized Commit: https://github.com/vim/vim/commit/41208884b8c1a73b42ddb6c1e5f008dae6aa0a83 Author: Wu, Zhenyu <wuzhenyu@ustc.edu> Date: Tue Apr 9 22:39:53 2024 +0200 patch 9.1.0293: filetype: lxqt config files are not recognized Problem: filetype: lxqt config files are not recognized Solution: Detect {lxqt,screengrab}/*.conf files as dosini, fix failing filetype test for */tex/latex/**.cfg (Wu, Zhenyu) closes: #14450 Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 09 Apr 2024 22:45:02 +0200
parents 34564bd8093f
children a93a9b349a5e
comparison
equal deleted inserted replaced
34847:a594d5cfb1cc 34848:1d9041415ca0
702 NULL 702 NULL
703 }; 703 };
704 704
705 static int included_patches[] = 705 static int included_patches[] =
706 { /* Add new patch number below this line */ 706 { /* Add new patch number below this line */
707 /**/
708 293,
707 /**/ 709 /**/
708 292, 710 292,
709 /**/ 711 /**/
710 291, 712 291,
711 /**/ 713 /**/