commit | faa959a8700219bd1726943cbb956001b5f737e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 20 21:37:40 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 20 21:37:40 2006 +0000 |
tree | 3cb74926336d18b833091edeb49c267ed5813394 | |
parent | 70836c8ba83c180f978ed0ac92fb5ee78140a631 [diff] [blame] |
updated for version 7.0202
diff --git a/src/edit.c b/src/edit.c index cb78cd6..b57b567 100644 --- a/src/edit.c +++ b/src/edit.c
@@ -2845,7 +2845,7 @@ 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