commit | 2d5f385cee3668c44089edcb9d60b0b5d751ee5d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 21 15:11:42 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 21 15:11:42 2021 +0200 |
tree | 0e4cac228f7a1420c78d9ca55ceb1da01f7ea4fc | |
parent | 753bcf8c7d7cf7b9e1572a80cc513a67020814ac [diff] [blame] |
patch 8.2.2797: Search highlight disappears in the Visual area Problem: Search highlight disappears in the Visual area. Solution: Combine the search attributes. (closes #8134)
diff --git a/src/version.c b/src/version.c index a723859..3547ef4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2797, +/**/ 2796, /**/ 2795,