commit | 1dcada1933acdab93ac423951b5958125343833d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 13 21:10:04 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 13 21:10:04 2017 +0100 |
tree | 3ad0b2d1eafda5e928cb2e4149abc200d05b88a3 | |
parent | e42a6d250907e278707753d7d1ba91ffc2471db0 [diff] [blame] |
patch 8.0.1296: checking the same condition twice Problem: Checking the same condition twice. (John Marriott) Solution: Check blinkwait.
diff --git a/src/version.c b/src/version.c index 2c190a6..6590bf6 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1296, +/**/ 1295, /**/ 1294,