commit | 9dc2ce398bb3456cc8f590ef0260459798b34d2a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 05 19:47:04 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 05 19:47:04 2015 +0100 |
tree | 436c5c47fb7cbcbf8acafe02af697601c89f45e1 | |
parent | 90f5d0a5c3bbfeefcbc4d6eac59cf225ec714b28 [diff] [blame] |
patch 7.4.961 Problem: Test107 fails in some circunstances. Solution: When using "zt", "zb" and "z=" recompute the fraction.
diff --git a/src/version.c b/src/version.c index 052bbc9..514f8be 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 961, +/**/ 960, /**/ 959,