commit | 9a91c7a1f9134f799b8672a4e3844781263e8cf3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 28 15:38:40 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 28 15:38:40 2017 +0200 |
tree | b4d1b0fec0414e075c5a8e3cd6999d2147d2d8b0 | |
parent | 0e19fc07e73214f94441cb3a495504a1de21eb07 [diff] [blame] |
patch 8.0.1229: condition in vim_str2nr() is always true Problem: Condition in vim_str2nr() is always true. (Nikolai Pavlov) Solution: Remove the condition. (Closes #2259)
diff --git a/src/version.c b/src/version.c index b49c764..1da082d 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1229, +/**/ 1228, /**/ 1227,