]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-129 v7.2.129
authorBram Moolenaar <Bram@vim.org>
Mon, 2 Mar 2009 01:12:48 +0000 (01:12 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 2 Mar 2009 01:12:48 +0000 (01:12 +0000)
src/ex_getln.c
src/version.c

index e324e7eab3e6222a68820870f9057bbb921dcaf7..ecaeb3f52973b226aa6018d6dcc0377fdaccdd42 100644 (file)
@@ -6047,9 +6047,7 @@ ex_window()
 # endif
        return K_IGNORE;
     }
-    cmdwin_type = ccline.cmdfirstc;
-    if (cmdwin_type == NUL)
-       cmdwin_type = '-';
+    cmdwin_type = get_cmdline_type();
 
     /* Create the command-line buffer empty. */
     (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. */
     need_wait_return = FALSE;
 
-    histtype = hist_char2type(ccline.cmdfirstc);
+    histtype = hist_char2type(cmdwin_type);
     if (histtype == HIST_CMD || histtype == HIST_DEBUG)
     {
        if (p_wc == TAB)
index 4331654b63a5dd9c04df69610212bdc913f7f53e..8557480eb2db576c25463d580ab566f916536d62 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    129,
 /**/
     128,
 /**/