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:
@@ -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;
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user