Replies: 2 comments 1 reply
-
Yea i was thinking about supporting this as well, for now using #quickfix instead as workaround. But as you said, theissue is files:full and files:list, I think they would need to get split if we would want to support this, but unsure to what. But ideally files would support matcher as argument, so for example #files:my/dir/**/*.js etc |
Beta Was this translation helpful? Give feedback.
0 replies
-
Added support for glob pattern to #files in b4d6892 and split the #files:list to #filenames |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The use cases I can think of:
Ex:
#dir:~/foo/bar
I could create a PR for this, if you think it's worthy it. I don't know how would you specify
list
orfull
though. Maybe you can guide me.Beta Was this translation helpful? Give feedback.
All reactions