Skip to content

Commit 4e70ae7

Browse files
authored
Merge pull request #12 from briandipalma/patch-2
Update winbar.lua
2 parents 3a61a25 + f8f4549 commit 4e70ae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/bars/winbar.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ winbar.update_style = function (window)
721721
return;
722722
end
723723

724-
local current = vim.wo[window].statuscolumn;
724+
local current = vim.wo[window].winbar;
725725
local should_detach = generic.should_detach(
726726
winbar.state,
727727
winbar.config,

0 commit comments

Comments
 (0)