commit | 4e5534fab798ab7c95554da3bc80b08336aedc2b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 30 20:59:57 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 30 20:59:57 2020 +0200 |
tree | f27bfc8cb99b4f5f572653cc87e51c32191e4864 | |
parent | 7f6f56f43c48f0b7288a4edd12b59fa7335f01d3 [diff] [blame] |
patch 8.2.0669: MS-Windows: display in VTP is a bit slow Problem: MS-Windows: display in VTP is a bit slow. Solution: Optimize the code. (Nobuhiro Takasaki, closes #6014)
diff --git a/src/version.c b/src/version.c index 7382a3d..6b3a159 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 669, +/**/ 668, /**/ 667,