mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
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;
|
||||
char_u *arg;
|
||||
{
|
||||
forinfo_T *fi = (forinfo_T *)fi_void;
|
||||
forinfo_T *fi = (forinfo_T *)fi_void;
|
||||
int result;
|
||||
listitem_T *item;
|
||||
|
||||
|
Reference in New Issue
Block a user