0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0-113

This commit is contained in:
Bram Moolenaar
2006-10-03 13:22:23 +00:00
parent 658ada69f4
commit 132283f943
2 changed files with 4 additions and 1 deletions

View File

@@ -3206,7 +3206,8 @@ ins_compl_addfrommatch()
for (cp = compl_shown_match->cp_next; cp != NULL for (cp = compl_shown_match->cp_next; cp != NULL
&& cp != compl_first_match; cp = cp->cp_next) && cp != compl_first_match; cp = cp->cp_next)
{ {
if (ins_compl_equal(cp, compl_leader, if (compl_leader == NULL
|| ins_compl_equal(cp, compl_leader,
(int)STRLEN(compl_leader))) (int)STRLEN(compl_leader)))
{ {
p = cp->cp_str; p = cp->cp_str;

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
113,
/**/ /**/
112, 112,
/**/ /**/