mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0202
This commit is contained in:
@@ -2845,7 +2845,7 @@ ins_compl_addfrommatch()
|
||||
int c;
|
||||
|
||||
p = compl_shown_match->cp_str;
|
||||
if (STRLEN(p) <= len) /* the match is too short */
|
||||
if ((int)STRLEN(p) <= len) /* the match is too short */
|
||||
return;
|
||||
p += len;
|
||||
#ifdef FEAT_MBYTE
|
||||
|
Reference in New Issue
Block a user