comparison src/version.c @ 31575:60fe50450ee5 v9.0.1120

patch 9.0.1120: tex filetype detection not sufficiently tested Commit: https://github.com/vim/vim/commit/c55e8f2c6f5cafe11494df3e2d28ff3d03b92c71 Author: smjonas <jonas.strittmatter@gmx.de> Date: Sat Dec 31 14:46:53 2022 +0000 patch 9.0.1120: tex filetype detection not sufficiently tested Problem: Tex filetype detection not sufficiently tested. Solution: Add more test cases for "tex" detection. (Jonas Strittmatter, closes #11765)
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Dec 2022 16:00:04 +0100
parents fc9ce07dc8a4
children 3c21865e8068
comparison
equal deleted inserted replaced
31574:f005bcdf9a62 31575:60fe50450ee5
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 1120,
698 /**/ 700 /**/
699 1119, 701 1119,
700 /**/ 702 /**/
701 1118, 703 1118,
702 /**/ 704 /**/