mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
updated for version 7.0e05
This commit is contained in:
@@ -2334,7 +2334,7 @@ gui_mch_update_tabline(void)
|
||||
TabCtrl_InsertItem(s_tabhwnd, nr, &tie);
|
||||
}
|
||||
|
||||
get_tabline_label(tp);
|
||||
get_tabline_label(tp, FALSE);
|
||||
tie.pszText = NameBuff;
|
||||
#ifdef FEAT_MBYTE
|
||||
wstr = NULL;
|
||||
|
Reference in New Issue
Block a user