commit | d80629cef03cd40b0bf06c402dfe0b720b3bf608 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 28 15:53:53 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 28 15:53:53 2016 +0200 |
tree | 42bdc56cd8ce2f8e646af4605668c9e0e7e016d4 | |
parent | 28ae5773422c2cf61aaf8d9d2b9fae70642d6a33 [diff] [blame] |
patch 7.4.1854 Problem: When setting 'termguicolors' the Ignore highlighting doesn't work. (Charles Campbell) Solution: Handle the color names "fg" and "bg" when the GUI isn't running and no colors are speficied, fall back to black and white.
diff --git a/src/version.c b/src/version.c index 83221e2..2ec25c0 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1854, +/**/ 1853, /**/ 1852,