From: Bram Moolenaar Date: Tue, 29 Aug 2006 14:48:14 +0000 (+0000) Subject: updated for version 7.0-069 X-Git-Tag: v7.0.069 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4100af7840a735cced72f1d20121850cea150a0d;p=thirdparty%2Fvim.git updated for version 7.0-069 --- diff --git a/src/buffer.c b/src/buffer.c index 6ffa1cb143..3359bc2409 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 cfbf39d5b6..851ac3373d 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, /**/