commit | 391c36279415d0b8c5dba1ba11b668add04be963 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 29 20:59:17 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 29 20:59:17 2020 +0200 |
tree | 963cacdf2fa296fba4e1e3c1a52e0b9d0dad5a08 | |
parent | d569a9e74684cd17f9cea63e804281388728e513 [diff] [blame] |
patch 8.2.1771: synIDattr() cannot get the value of ctermul Problem: synIDattr() cannot get the value of ctermul. Solution: Add the "ul" value for "what". (closes #7037)
diff --git a/src/version.c b/src/version.c index 26e63c2..d390212 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1771, +/**/ 1770, /**/ 1769,