mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 08:56:29 +00:00
fix(winbar): allow winbar to display the ruler
This commit is contained in:
@@ -6463,6 +6463,9 @@ void showruler(bool always)
|
||||
} else {
|
||||
win_redr_ruler(curwin, always);
|
||||
}
|
||||
if (*p_wbr != NUL || *curwin->w_p_wbr != NUL) {
|
||||
win_redr_winbar(curwin);
|
||||
}
|
||||
|
||||
if (need_maketitle
|
||||
|| (p_icon && (stl_syntax & STL_IN_ICON))
|
||||
|
Reference in New Issue
Block a user