commit | ddc80aff575dd60c04c79621a0358cf0abaac53a | [log] [tgz] |
---|---|---|
author | rbtnn <naru123456789@gmail.com> | Fri Dec 17 18:01:31 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 17 18:01:31 2021 +0000 |
tree | 4037cdbd12900fad5012d83b79bdcea0f8d7ea25 | |
parent | 354b23a9f87fd8c5aec457d88320a0a5bce4b985 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index be0122d..fc30b89 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3840, +/**/ 3839, /**/ 3838,