mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0-055
This commit is contained in:
@@ -882,6 +882,7 @@ edit(cmdchar, startln, count)
|
|||||||
/* Close the cmdline window. */
|
/* Close the cmdline window. */
|
||||||
cmdwin_result = K_IGNORE;
|
cmdwin_result = K_IGNORE;
|
||||||
got_int = FALSE; /* don't stop executing autocommands et al. */
|
got_int = FALSE; /* don't stop executing autocommands et al. */
|
||||||
|
nomove = TRUE;
|
||||||
goto doESCkey;
|
goto doESCkey;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
@@ -2414,6 +2415,7 @@ set_completion(startcol, list)
|
|||||||
compl_matches = ins_compl_make_cyclic();
|
compl_matches = ins_compl_make_cyclic();
|
||||||
compl_started = TRUE;
|
compl_started = TRUE;
|
||||||
compl_used_match = TRUE;
|
compl_used_match = TRUE;
|
||||||
|
compl_cont_status = 0;
|
||||||
|
|
||||||
compl_curr_match = compl_first_match;
|
compl_curr_match = compl_first_match;
|
||||||
ins_complete(Ctrl_N);
|
ins_complete(Ctrl_N);
|
||||||
|
@@ -5982,6 +5982,8 @@ ex_window()
|
|||||||
typestr[0] = cmdwin_type;
|
typestr[0] = cmdwin_type;
|
||||||
typestr[1] = NUL;
|
typestr[1] = NUL;
|
||||||
apply_autocmds(EVENT_CMDWINENTER, typestr, typestr, FALSE, curbuf);
|
apply_autocmds(EVENT_CMDWINENTER, typestr, typestr, FALSE, curbuf);
|
||||||
|
if (restart_edit != 0) /* autocmd with ":startinsert" */
|
||||||
|
stuffcharReadbuff(K_NOP);
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
i = RedrawingDisabled;
|
i = RedrawingDisabled;
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
55,
|
||||||
/**/
|
/**/
|
||||||
54,
|
54,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user