diff src/version.c @ 28417:bca485676073 v8.2.4733

patch 8.2.4733: HEEx and Surface do need a separate filetype Commit: https://github.com/vim/vim/commit/4232dff815db1a727cb1aea26783267d8bd731c3 Author: Aaron Tinio <aptinio@gmail.com> Date: Mon Apr 11 11:37:13 2022 +0100 patch 8.2.4733: HEEx and Surface do need a separate filetype Problem: HEEx and Surface do need a separate filetype. Solution: Revert 8.2.4729. (closes https://github.com/vim/vim/issues/10147)
author Bram Moolenaar <Bram@vim.org>
date Mon, 11 Apr 2022 12:45:03 +0200
parents 813660733869
children 6e501ecd1bb7
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4733,
+/**/
     4732,
 /**/
     4731,