feat(noice): route some undo messages to the mini view
This commit is contained in:
@ -222,7 +222,11 @@ return {
|
|||||||
{
|
{
|
||||||
filter = {
|
filter = {
|
||||||
event = "msg_show",
|
event = "msg_show",
|
||||||
find = "%d+L, %d+B",
|
any = {
|
||||||
|
{ find = "%d+L, %d+B" },
|
||||||
|
{ find = "; after #%d+" },
|
||||||
|
{ find = "; before #%d+" },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
view = "mini",
|
view = "mini",
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user