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

updated for version 7.1-014

This commit is contained in:
Bram Moolenaar
2007-06-28 10:49:22 +00:00
parent 786b1dc2a4
commit 3011815c8a
2 changed files with 4 additions and 0 deletions

View File

@@ -7215,6 +7215,8 @@ in_cinkeys(keytyped, when, line_is_empty)
p = ml_get_curline(); p = ml_get_curline();
if (cin_iscase(p) || cin_isscopedecl(p) || cin_islabel(30)) if (cin_iscase(p) || cin_isscopedecl(p) || cin_islabel(30))
return TRUE; return TRUE;
/* Need to get the line again after cin_islabel(). */
p = ml_get_curline();
if (curwin->w_cursor.col > 2 if (curwin->w_cursor.col > 2
&& p[curwin->w_cursor.col - 1] == ':' && p[curwin->w_cursor.col - 1] == ':'
&& p[curwin->w_cursor.col - 2] == ':') && p[curwin->w_cursor.col - 2] == ':')

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 */
/**/
14,
/**/ /**/
13, 13,
/**/ /**/