forked from aniani/vim
updated for version 7.0b02
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user