1
0
forked from aniani/vim

patch 8.2.3755: Coverity warns for using a buffer in another scope

Problem:    Coverity warns for using a buffer in another scope.
Solution:   Declare the buffer in a common scope.
This commit is contained in:
Bram Moolenaar
2021-12-07 11:03:39 +00:00
parent ecabb51107
commit 92c33eb273
2 changed files with 4 additions and 3 deletions

View File

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