mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.2213: checking white space around -> is not backwards compatible
Problem: Checking white space around -> is not backwards compatible. Solution: Only check white space around =>.
This commit is contained in:
@@ -570,7 +570,7 @@ get_lambda_tv(
|
|||||||
&varargs, NULL, FALSE, NULL, NULL);
|
&varargs, NULL, FALSE, NULL, NULL);
|
||||||
if (ret == FAIL
|
if (ret == FAIL
|
||||||
|| (s = skip_arrow(*arg, equal_arrow, &ret_type,
|
|| (s = skip_arrow(*arg, equal_arrow, &ret_type,
|
||||||
&white_error)) == NULL)
|
equal_arrow ? &white_error : NULL)) == NULL)
|
||||||
{
|
{
|
||||||
if (types_optional)
|
if (types_optional)
|
||||||
ga_clear_strings(&argtypes);
|
ga_clear_strings(&argtypes);
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
2213,
|
||||||
/**/
|
/**/
|
||||||
2212,
|
2212,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user