mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0b02
This commit is contained in:
@@ -3707,7 +3707,7 @@ build_stl_str_hl(wp, out, outlen, fmt, use_sandbox, fillchar, maxwidth, hltab, t
|
||||
itemisflag = TRUE;
|
||||
if (wp->w_buffer->b_help)
|
||||
str = (char_u *)((opt == STL_HELPFLAG_ALT) ? ",HLP"
|
||||
: _("[help]"));
|
||||
: _("[Help]"));
|
||||
break;
|
||||
|
||||
#ifdef FEAT_AUTOCMD
|
||||
@@ -4975,7 +4975,7 @@ buf_spname(buf)
|
||||
if (win != NULL && win->w_llist_ref != NULL)
|
||||
return _("[Location List]");
|
||||
else
|
||||
return _("[Error List]");
|
||||
return _("[Quickfix List]");
|
||||
}
|
||||
#endif
|
||||
#ifdef FEAT_QUICKFIX
|
||||
|
Reference in New Issue
Block a user