mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.1-151
This commit is contained in:
@@ -2111,7 +2111,7 @@ ins_compl_add_infercase(str, len, icase, fname, dir, flags)
|
|||||||
int has_lower = FALSE;
|
int has_lower = FALSE;
|
||||||
int was_letter = FALSE;
|
int was_letter = FALSE;
|
||||||
|
|
||||||
if (p_ic && curbuf->b_p_inf)
|
if (p_ic && curbuf->b_p_inf && len > 0)
|
||||||
{
|
{
|
||||||
/* Infer case of completed part. */
|
/* Infer case of completed part. */
|
||||||
|
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
151,
|
||||||
/**/
|
/**/
|
||||||
150,
|
150,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user