forked from aniani/vim
updated for version 7.2-177
This commit is contained in:
@@ -4533,7 +4533,7 @@ ExpandFromContext(xp, pat, num_file, file, options)
|
||||
* right function to do the expansion.
|
||||
*/
|
||||
ret = FAIL;
|
||||
for (i = 0; i < sizeof(tab) / sizeof(struct expgen); ++i)
|
||||
for (i = 0; i < (int)(sizeof(tab) / sizeof(struct expgen)); ++i)
|
||||
if (xp->xp_context == tab[i].context)
|
||||
{
|
||||
if (tab[i].ic)
|
||||
|
Reference in New Issue
Block a user