]> granicus.if.org Git - vim/commit
patch 8.2.3840: useless test for negative index in check functions v8.2.3840
authorrbtnn <naru123456789@gmail.com>
Fri, 17 Dec 2021 18:01:31 +0000 (18:01 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 17 Dec 2021 18:01:31 +0000 (18:01 +0000)
commitddc80aff575dd60c04c79621a0358cf0abaac53a
tree4037cdbd12900fad5012d83b79bdcea0f8d7ea25
parent354b23a9f87fd8c5aec457d88320a0a5bce4b985
patch 8.2.3840: useless test for negative index in check functions

Problem:    Useless test for negative index in check functions.
Solution:   Remove the test for negative index. (Naruhiko Nishino,
            closes #9364)
src/typval.c
src/version.c