Skip to content

Commit bd9cd51

Browse files
authored
fix: Incorrect Extmark Position (#313)
1 parent c379719 commit bd9cd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/notify/render/wrapped-default.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ return function(bufnr, notif, highlights, config)
7777
priority = 10,
7878
})
7979

80-
vim_api.nvim_buf_set_extmark(bufnr, namespace, 2, prefix_length + 1, {
80+
vim_api.nvim_buf_set_extmark(bufnr, namespace, 2, 0, {
8181
hl_group = highlights.body,
8282
end_line = #message,
8383
end_col = 0,

0 commit comments

Comments
 (0)