commit | c4b99e0be76e0fbb9b43efb16f2d56607ce45de0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 23 14:30:47 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 23 14:30:47 2013 +0200 |
tree | 015a0b275f214352057b70a64e7e4dc6af973e16 | |
parent | 141be8a585145d2217fb425739ccc121aed4a8d4 [diff] [blame] |
updated for version 7.3.1232 Problem: Python: inconsistencies in variable names. Solution: Rename variables. (ZyX)
diff --git a/src/eval.c b/src/eval.c index 9a02589..c37075b 100644 --- a/src/eval.c +++ b/src/eval.c
@@ -3228,7 +3228,7 @@ 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;