commit | 92abe859ed8dc8b9a49b9cc2692d1a2569ebd31e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 03 13:05:50 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 03 13:05:50 2015 +0200 |
tree | 85a73ca6ca8a3a138d5831c0a939ad14b32361e6 | |
parent | 9bb1930af908338b68588e988be9601ad144af07 [diff] [blame] |
patch 7.4.766 Problem: Background color check does not work on Tera Term. Solution: Also recognize ST as a termination character. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 8336b6d..ff02476 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 766, +/**/ 765, /**/ 764,