mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.2.4531: LGTM warnings for condition and buffer size
Problem: LGTM warnings for condition always true and buffer size too small. Solution: Remove the useless condition. Make the buffer larger. (Goc Dundar, closes #9914)
This commit is contained in:
committed by
Bram Moolenaar
parent
f3507a517c
commit
f01a653ac5
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4531,
|
||||
/**/
|
||||
4530,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user