diff src/version.c @ 24442:d16a69f718b5 v8.2.2761

patch 8.2.2761: using "syn include" does not work properly Commit: https://github.com/vim/vim/commit/2e240bd428c0033d16f201d7f837636412358199 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 14 11:15:08 2021 +0200 patch 8.2.2761: using "syn include" does not work properly Problem: Using "syn include" does not work properly. Solution: Don't add current_syn_inc_tag to topgrp. (Jaehwang Jerry Jung, closes #8104)
author Bram Moolenaar <Bram@vim.org>
date Wed, 14 Apr 2021 11:30:05 +0200
parents d2f9bdd938fa
children b5fbe8280853
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2761,
+/**/
     2760,
 /**/
     2759,