commit | 82b033eff82d3ed0da77fd5f5a1c023766acabba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 24 14:02:04 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 24 14:02:04 2019 +0100 |
tree | 044982426b63e83769cda707b56da4d5c2b9d2b5 | |
parent | 63dbfd33c1d47400c62775842b5b750ee69e2383 [diff] [blame] |
patch 8.1.1046: the "secure" variable is used inconsistently Problem: the "secure" variable is used inconsistently. (Justin M. Keyes) Solution: Set it to one instead of incrementing.
diff --git a/src/version.c b/src/version.c index 133fd3e..3a195e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1046, +/**/ 1045, /**/ 1044,