mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 7.4.1340
Problem: Merge left extra #endif behind. Solution: Remove the #endif
This commit is contained in:
@@ -353,7 +353,6 @@ wait_for_single_object(
|
|||||||
return WaitForSingleObject(hHandle, dwMilliseconds);
|
return WaitForSingleObject(hHandle, dwMilliseconds);
|
||||||
}
|
}
|
||||||
# endif
|
# endif
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
@@ -747,6 +747,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 */
|
||||||
|
/**/
|
||||||
|
1340,
|
||||||
/**/
|
/**/
|
||||||
1339,
|
1339,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user