forked from aniani/vim
patch 8.2.2730: Coverity complains about not restoring character
Problem: Coverity complains about not restoring character. Solution: Also restore the character in case of an error.
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2730,
|
||||||
/**/
|
/**/
|
||||||
2729,
|
2729,
|
||||||
/**/
|
/**/
|
||||||
|
@@ -6108,6 +6108,7 @@ compile_load_lhs(
|
|||||||
{
|
{
|
||||||
// this should not happen
|
// this should not happen
|
||||||
emsg(_(e_missbrac));
|
emsg(_(e_missbrac));
|
||||||
|
var_start[varlen] = c;
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
var_start[varlen] = c;
|
var_start[varlen] = c;
|
||||||
|
Reference in New Issue
Block a user