commit | 85c3502ef5a4c4b0f5944a89edb731f2289a706c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 22 22:21:59 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 22 22:21:59 2019 +0100 |
tree | 6ba8beead07f7125736450e78654502b708cdde7 | |
parent | 4ebe0e62d097d68c5312f9c32714fb41a4c947a3 [diff] [blame] |
patch 8.1.2337: double-click time sometimes miscomputed Problem: Double-click time sometimes miscomputed. Solution: Correct time computation. (Dominique Pelle, closes #5259)
diff --git a/src/version.c b/src/version.c index 137db0e..996c3c5 100644 --- a/src/version.c +++ b/src/version.c
@@ -738,6 +738,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2337, +/**/ 2336, /**/ 2335,