commit | dcb2b9cb085288d2a2e4cc31abc591ade04e782e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 13 21:26:39 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 13 21:26:39 2019 +0200 |
tree | 8e62d2c364e338e6c795174404063ad8ae694daf | |
parent | 0eddca40a6d878823fc90b0cd25d5d101506c564 [diff] [blame] |
patch 8.1.2023: no test for synIDattr() returning "strikethrough" Problem: No test for synIDattr() returning "strikethrough". Solution: Extend the synIDattr() test. (Jaskaran Singh, closes #4929)
diff --git a/src/version.c b/src/version.c index e5070c6..31f0bf4 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2023, +/**/ 2022, /**/ 2021,