Closed kristijanhusak closed 3 years ago
@kristijanhusak I am aware of this issue :). I started working on it, but I ran into some very weird viml issue. i'll merge your changes for now, and try to fix my tags parser in the near future separately.
Thanks. It's a small change, so hopefully it shouldn't affect your work.
Today I noticed that headlines that have multiple tags are not properly parsed for tag filter in agenda.
For example, if I have these tasks:
When I select
filter by tags
and start to autocomplete, before it would show this:With this fix it shows this:
Also, before it didn't filter depending on the input (typing
P
and pressing TAB shows all results), now it filters them down only toPRIVATE
andPROJECT
.