commit | 05eb5b9cae123b138bbd23cc77e50657ece6b4ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 16 15:43:21 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 16 15:43:21 2020 +0200 |
tree | c5edd589c1d36fbeeb23a24f077851d0ff8c7108 | |
parent | fb489af2ec1b181d212a8aa8151d7784b260d01b [diff] [blame] |
patch 8.2.1693: "hi def" does not work for cleared highlight Problem: "hi def" does not work for cleared highlight. Solution: Check the "sg_cleared" flag. (Maxim Kim, closes #6956, closes #4405)
diff --git a/src/version.c b/src/version.c index d1ce8f0..dab2bd8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1693, +/**/ 1692, /**/ 1691,