commit | 46fd4df719b1c3f3d84474c71da8b10e17601ffc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 14:05:10 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 14:05:10 2015 +0200 |
tree | a03db84831f33d2eb602ac9d813cb113ed4cbaaa | |
parent | 2693ca21cee8a729d74682fd86a4818f2b050228 [diff] [blame] |
patch 7.4.770 Problem: Background color response with transparency is not ignored. Solution: Change the way escape sequences are recognized. (partly by Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index cd26048..3e09845 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 770, +/**/ 769, /**/ 768,