commit | c55e8f2c6f5cafe11494df3e2d28ff3d03b92c71 | [log] [tgz] |
---|---|---|
author | smjonas <jonas.strittmatter@gmx.de> | Sat Dec 31 14:46:53 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 31 14:46:53 2022 +0000 |
tree | 47fb29be32530fe6ae810e60d1e215cb751b3600 | |
parent | 0d89d8ae89c861572496c5ae9683d986b28c957b [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 92c70ea..230db82 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1120, +/**/ 1119, /**/ 1118,