Skip to content

Commit

Permalink
updated for version 7.0046
Browse files Browse the repository at this point in the history
  • Loading branch information
vimboss committed Jan 31, 2005
1 parent 1fead47 commit 85be221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buffer.c
Expand Up @@ -3474,7 +3474,7 @@ build_stl_str_hl(wp, out, outlen, fmt, fillchar, maxwidth, hl)

curwin = o_curwin;
curbuf = o_curbuf;
do_unlet((char_u *)"g:actual_curbuf");
do_unlet((char_u *)"g:actual_curbuf", TRUE);

if (str != NULL && *str != 0)
{
Expand Down

0 comments on commit 85be221

Please sign in to comment.