Skip to content

Commit af7e16f

Browse files
committed
updated for version 7.3.1232
Problem: Python: inconsistencies in variable names. Solution: Rename variables. (ZyX)
1 parent 0f6ddbd commit af7e16f

File tree

3 files changed

+266
-241
lines changed

3 files changed

+266
-241
lines changed

src/eval.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3228,7 +3228,7 @@ next_for_item(fi_void, arg)
32283228
void *fi_void;
32293229
char_u *arg;
32303230
{
3231-
forinfo_T *fi = (forinfo_T *)fi_void;
3231+
forinfo_T *fi = (forinfo_T *)fi_void;
32323232
int result;
32333233
listitem_T *item;
32343234

0 commit comments

Comments
 (0)