commit | b2fa54a84078e2b8dc3c7c7bfbccf6b75c0788d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 22 21:11:09 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 22 21:11:09 2016 +0200 |
tree | 8e173566d18ded73526f20af9445cc38d6736c01 | |
parent | 3849992b16011e36a5cb5be4b127f843389b96fd [diff] [blame] |
patch 7.4.1778 Problem: When using the term truecolor feature, the t_8f and t_8b termcap options are not set by default. Solution: Move the values to before BT_EXTRA_KEYS. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 34b5f4c..9aa400e 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1778, +/**/ 1777, /**/ 1776,