commit | 1e5f8f6d65b2ecff3d93d9fdbdd17c7a2ab9cc3d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 02 23:18:24 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 02 23:18:24 2020 +0200 |
tree | 92fb28f2b5d9263e7af4eb9b38aab892bde96135 | |
parent | 791fb1bcda7cd1a388ad948cdef469a2744d6dff [diff] [blame] |
patch 8.2.0890: no color in terminal window when 'termguicolor' is set Problem: No color in terminal window when 'termguicolor' is set. Solution: Clear the underline color. (closes #6186)
diff --git a/src/version.c b/src/version.c index ece5a39..986df70 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 890, +/**/ 889, /**/ 888,