We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ced17d commit cea67c5Copy full SHA for cea67c5
lua/incline/winline.lua
@@ -220,7 +220,8 @@ function Winline:render(opts)
220
if
221
(config.hide.cursorline == true or (config.hide.cursorline == 'focused_win' and self.focused))
222
and (
223
- self:get_win_geom_row() + ((config.window.overlap.winbar or vim.wo[self.target_win].winbar == '') and 1 or 0)
+ self:get_win_geom_row()
224
+ + ((config.window.overlap.winbar == false or vim.wo[self.target_win].winbar == '') and 1 or 0)
225
)
226
== a.nvim_win_call(self.target_win, vim.fn.winline)
227
then
0 commit comments