forked from aniani/vim
updated for version 7.2-322
This commit is contained in:
@@ -7397,6 +7397,10 @@ in_cinkeys(keytyped, when, line_is_empty)
|
|||||||
int icase;
|
int icase;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
if (keytyped == NUL)
|
||||||
|
/* Can happen with CTRL-Y and CTRL-E on a short line. */
|
||||||
|
return FALSE;
|
||||||
|
|
||||||
#ifdef FEAT_EVAL
|
#ifdef FEAT_EVAL
|
||||||
if (*curbuf->b_p_inde != NUL)
|
if (*curbuf->b_p_inde != NUL)
|
||||||
look = curbuf->b_p_indk; /* 'indentexpr' set: use 'indentkeys' */
|
look = curbuf->b_p_indk; /* 'indentexpr' set: use 'indentkeys' */
|
||||||
|
|||||||
@@ -681,6 +681,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 */
|
||||||
|
/**/
|
||||||
|
322,
|
||||||
/**/
|
/**/
|
||||||
321,
|
321,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user