forked from aniani/vim
updated for version 7.3.1232
Problem: Python: inconsistencies in variable names. Solution: Rename variables. (ZyX)
This commit is contained in:
@@ -3228,7 +3228,7 @@ next_for_item(fi_void, arg)
|
|||||||
void *fi_void;
|
void *fi_void;
|
||||||
char_u *arg;
|
char_u *arg;
|
||||||
{
|
{
|
||||||
forinfo_T *fi = (forinfo_T *)fi_void;
|
forinfo_T *fi = (forinfo_T *)fi_void;
|
||||||
int result;
|
int result;
|
||||||
listitem_T *item;
|
listitem_T *item;
|
||||||
|
|
||||||
|
503
src/if_py_both.h
503
src/if_py_both.h
File diff suppressed because it is too large
Load Diff
@@ -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 */
|
||||||
|
/**/
|
||||||
|
1232,
|
||||||
/**/
|
/**/
|
||||||
1231,
|
1231,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user