comparison 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
comparison
equal deleted inserted replaced
24441:3f01d9575ab2 24442:d16a69f718b5
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2761,
753 /**/ 755 /**/
754 2760, 756 2760,
755 /**/ 757 /**/
756 2759, 758 2759,
757 /**/ 759 /**/