updated for version 7.3.1232

Problem:    Python: inconsistencies in variable names.
Solution:   Rename variables. (ZyX)
This commit is contained in:
Bram Moolenaar
2013-06-23 14:30:47 +02:00
parent 2c2192efdd
commit 4ee0c8aacc
3 changed files with 266 additions and 241 deletions
+1 -1
View File
@@ -3228,7 +3228,7 @@ next_for_item(fi_void, arg)
void *fi_void;
char_u *arg;
{
forinfo_T *fi = (forinfo_T *)fi_void;
forinfo_T *fi = (forinfo_T *)fi_void;
int result;
listitem_T *item;
+263 -240
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1232,
/**/
1231,
/**/