commit | 9830db63057db76044eca89cc4cfb2758ae7a543 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Sun May 08 21:25:20 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 08 21:25:20 2022 +0100 |
tree | 7e1374f9424948a1cef4626571196cd77fa6628e | |
parent | cb747899bd99361a299a163f3aa55d5fe7d6f798 [diff] [blame] |
patch 8.2.4918: conceal character from matchadd() displayed too many times Problem: Conceal character from matchadd() displayed too many times. Solution: Check the syntax flag. (closes #10381, closes #7268)
diff --git a/src/version.c b/src/version.c index 29cddd5..f949dd6 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4918, +/**/ 4917, /**/ 4916,