1
0
forked from aniani/vim

updated for version 7.0b02

This commit is contained in:
Bram Moolenaar
2006-03-26 21:06:50 +00:00
parent 5c6a2d5323
commit 899dddf888
43 changed files with 3128 additions and 459 deletions

View File

@@ -5528,7 +5528,7 @@ win_redr_status(wp)
*(p + len++) = ' ';
if (wp->w_buffer->b_help)
{
STRCPY(p + len, _("[help]"));
STRCPY(p + len, _("[Help]"));
len += (int)STRLEN(p + len);
}
#ifdef FEAT_QUICKFIX