Skip to content

Commit

Permalink
Update util.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
midekra committed Aug 3, 2023
1 parent e79f7c3 commit 2dae32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/notify/stages/util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ local function window_intervals(windows, direction, cmp)
end

function M.get_slot_range(direction)
--- local top = vim.opt.tabline:get() == "" and 0 or 1
local top = vim.opt.tabline:get() == "" and 0 or 1
--- https://github.com/rcarriga/nvim-notify/issues/189
local top = top - 3
local bottom = vim.opt.lines:get()
Expand Down

0 comments on commit 2dae32b

Please sign in to comment.