Skip to content

Commit 4604323

Browse files
fix(notifications): Remove replace option for notifications
Closes #325
1 parent 685e75b commit 4604323

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload/db_ui/notifications.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ function! s:notification_nvim_notify(msg, opts) abort
103103
endif
104104
if (type ==? 'info')
105105
let opts.id = 'vim-dadbod-ui-info'
106-
let opts.replace = 'vim-dadbod-ui-info'
107106
endif
108107

109108
let log_levels = {

0 commit comments

Comments
 (0)