mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.3.1009
Problem: Compiler warning for ambiguous else. Solution: Add curly braces.
This commit is contained in:
@@ -2163,7 +2163,9 @@ WinListDestructor(WinListObject *self)
|
|||||||
TabPageObject *tabObject = self->tabObject;
|
TabPageObject *tabObject = self->tabObject;
|
||||||
|
|
||||||
if (tabObject)
|
if (tabObject)
|
||||||
|
{
|
||||||
Py_DECREF((PyObject *)(tabObject));
|
Py_DECREF((PyObject *)(tabObject));
|
||||||
|
}
|
||||||
|
|
||||||
DESTRUCTOR_FINISH(self);
|
DESTRUCTOR_FINISH(self);
|
||||||
}
|
}
|
||||||
|
@@ -728,6 +728,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 */
|
||||||
|
/**/
|
||||||
|
1009,
|
||||||
/**/
|
/**/
|
||||||
1008,
|
1008,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user