From 4100af7840a735cced72f1d20121850cea150a0d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 29 Aug 2006 14:48:14 +0000 Subject: updated for version 7.0-069 --- src/buffer.c | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/buffer.c b/src/buffer.c index 6ffa1cb14..3359bc240 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -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 diff --git a/src/version.c b/src/version.c index cfbf39d5b..851ac3373 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 69, /**/ 68, /**/ -- cgit v1.2.1