diff --git a/src/Filtering/Filter.coffee b/src/Filtering/Filter.coffee index d77057462..386c8f083 100644 --- a/src/Filtering/Filter.coffee +++ b/src/Filtering/Filter.coffee @@ -106,7 +106,7 @@ Filter = (value) -> regexp.test value settings = - hide: !hl + hide: !(hl or noti) stub: stub class: hl top: top @@ -143,10 +143,10 @@ Filter = unless hl and result.class in hl (hl or= []).push result.class top or= result.top - if result.noti - noti = true + if result.noti + noti = true if hide - {hide, stub, noti} + {hide, stub} else {hl, top, noti}