feat(noice): route some undo messages to the mini view

This commit is contained in:
Folke Lemaitre
2023-06-01 22:57:06 +02:00
parent 01fbeb139b
commit fc236b3a2a

View File

@ -222,7 +222,11 @@ return {
{
filter = {
event = "msg_show",
find = "%d+L, %d+B",
any = {
{ find = "%d+L, %d+B" },
{ find = "; after #%d+" },
{ find = "; before #%d+" },
},
},
view = "mini",
},