commit | 2e240bd428c0033d16f201d7f837636412358199 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 14 11:15:08 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 14 11:15:08 2021 +0200 |
tree | 20647e66c737c5173ab9e6a1ade64ecf062975cb | |
parent | f6a8d420a8d2924737f713de046947dcb487550c [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 4861ba1..5372cb4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2761, +/**/ 2760, /**/ 2759,