forked from aniani/vim
updated for version 7.1-283
This commit is contained in:
@@ -337,7 +337,7 @@ pum_redraw()
|
||||
|
||||
if (rt != NULL)
|
||||
{
|
||||
len = STRLEN(rt);
|
||||
len = (int)STRLEN(rt);
|
||||
if (len > pum_width)
|
||||
{
|
||||
for (j = pum_width; j < len; ++j)
|
||||
|
||||
Reference in New Issue
Block a user