You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous behavior allowed for wildcards, as indicated by the help doc:
-i, --ignore FILE_WILDCARD
Ignore the files/directories that match the given wildcard.
Read http://www.erlang.org/doc/man/filelib.html#wildcard-1 for
the wildcard patterns.
The text was updated successfully, but these errors were encountered:
@lukebakken Ah, I see what happened! That reminds me, that the best thing this repo needs next is proper testing. I just didn't try wildcards 😢
I'm fixing this asap, hold on!
To reproduce:
Output:
Caused by this commit:
1fb0a9d
https://github.com/vim-erlang/vim-erlang-tags/blob/master/bin/vim_erlang_tags.erl#L249-L258
The previous behavior allowed for wildcards, as indicated by the help doc:
The text was updated successfully, but these errors were encountered: