]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0113: has() is not strict about parsing the patch version v9.0.0113
authorK.Takata <kentkt@csc.jp>
Sat, 30 Jul 2022 14:43:59 +0000 (15:43 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 Jul 2022 14:43:59 +0000 (15:43 +0100)
commitd90f91fe3075bb51668ed926182b2163da9df001
tree44a94d1432fd4bbae2d1acfba88a8e03f497719e
parent0f823c360947779d9de6048c6bce51c670a06eb6
patch 9.0.0113: has() is not strict about parsing the patch version

Problem:    has() is not strict about parsing the patch version.
Solution:   Check the version more strictly. (Ken Takata, closes #10752)
src/evalfunc.c
src/testdir/test_expr.vim
src/version.c