]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1229: condition in vim_str2nr() is always true v8.0.1229
authorBram Moolenaar <Bram@vim.org>
Sat, 28 Oct 2017 13:38:40 +0000 (15:38 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 Oct 2017 13:38:40 +0000 (15:38 +0200)
commit9a91c7a1f9134f799b8672a4e3844781263e8cf3
treeb4d1b0fec0414e075c5a8e3cd6999d2147d2d8b0
parent0e19fc07e73214f94441cb3a495504a1de21eb07
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)
src/charset.c
src/version.c