comparison src/version.c @ 34840:928f698878ea v9.1.0289

patch 9.1.0289: filetype: some TeX files are not recognized Commit: https://github.com/vim/vim/commit/61ee833a504ae73bc6b3e2527a81582263f02afd Author: Wu, Zhenyu <wuzhenyu@ustc.edu> Date: Tue Apr 9 22:09:30 2024 +0200 patch 9.1.0289: filetype: some TeX files are not recognized Problem: filetype: some TeX files are not recognized Solution: Add more patterns for TeX files and inspect a few more files for being TeX files (Wu, Zhenyu) closes: #14456 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:15:04 +0200
parents f92e32ddcbdb
children 87c0152e321c
comparison
equal deleted inserted replaced
34839:0a374b6f92fb 34840:928f698878ea
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 289,
707 /**/ 709 /**/
708 288, 710 288,
709 /**/ 711 /**/
710 287, 712 287,
711 /**/ 713 /**/