0
0
mirror of https://github.com/vim/vim.git synced 2025-10-10 06:24:10 -04:00

updated for version 7.2-129

This commit is contained in:
Bram Moolenaar
2009-03-02 01:12:48 +00:00
parent c0b3565d55
commit e8bd5cea37
2 changed files with 4 additions and 4 deletions

View File

@@ -6047,9 +6047,7 @@ ex_window()
# endif # endif
return K_IGNORE; return K_IGNORE;
} }
cmdwin_type = ccline.cmdfirstc; cmdwin_type = get_cmdline_type();
if (cmdwin_type == NUL)
cmdwin_type = '-';
/* Create the command-line buffer empty. */ /* Create the command-line buffer empty. */
(void)do_ecmd(0, NULL, NULL, NULL, ECMD_ONE, ECMD_HIDE, NULL); (void)do_ecmd(0, NULL, NULL, NULL, ECMD_ONE, ECMD_HIDE, NULL);
@@ -6073,7 +6071,7 @@ ex_window()
/* Showing the prompt may have set need_wait_return, reset it. */ /* Showing the prompt may have set need_wait_return, reset it. */
need_wait_return = FALSE; need_wait_return = FALSE;
histtype = hist_char2type(ccline.cmdfirstc); histtype = hist_char2type(cmdwin_type);
if (histtype == HIST_CMD || histtype == HIST_DEBUG) if (histtype == HIST_CMD || histtype == HIST_DEBUG)
{ {
if (p_wc == TAB) if (p_wc == TAB)

View File

@@ -676,6 +676,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 */
/**/
129,
/**/ /**/
128, 128,
/**/ /**/