]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0-069 v7.0.069
authorBram Moolenaar <Bram@vim.org>
Tue, 29 Aug 2006 14:48:14 +0000 (14:48 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 29 Aug 2006 14:48:14 +0000 (14:48 +0000)
src/buffer.c
src/version.c

index 6ffa1cb143959f09d25e970db320b0612e8c34b1..3359bc24091016eb0e0f5a0c1c45347507bf86e9 100644 (file)
@@ -3324,7 +3324,7 @@ build_stl_str_hl(wp, out, outlen, fmt, use_sandbox, fillchar, maxwidth, hltab, t
     {
        usefmt = eval_to_string_safe(fmt + 2, NULL, use_sandbox);
        if (usefmt == NULL)
-           usefmt = (char_u *)"";
+           usefmt = fmt;
     }
 #endif
 
index cfbf39d5b6f77c840a915134d229c9ae3980a28a..851ac3373d8768d07ffefc9d805edbe654155289 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    69,
 /**/
     68,
 /**/