1
0
forked from aniani/vim

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)
This commit is contained in:
rbtnn
2021-12-17 18:01:31 +00:00
committed by Bram Moolenaar
parent 354b23a9f8
commit ddc80aff57
2 changed files with 19 additions and 72 deletions

View File

@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3840,
/**/
3839,
/**/