commit | ab8b1c14a31e36ae87cc7e13c4a75318d513fc7b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 04 19:24:31 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 04 19:24:31 2017 +0100 |
tree | 762a0a88efdadaa53f2a3738501e1095ca6893bc | |
parent | 13deab8d08145c1f6e2a3e82cb547bc7f87a3686 [diff] [blame] |
patch 8.0.1260: using global variables for WaitFor() Problem: Using global variables for WaitFor(). Solution: Use a lambda function instead. Don't check a condition if WaitFor() already checked it.
diff --git a/src/version.c b/src/version.c index e31f17b..4fa6ea5 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1260, +/**/ 1259, /**/ 1258,