Make "-v" argument-regexp match complete string#64
Conversation
Prevents invalid substring matches for "--verbose --verbose" init value. Closes wbolster#63.
4f13257 to
effa368
Compare
|
thanks! |
|
I've updated my packages (I use doom emacs, so via |
|
@sammorley-short you should be able to check this yourself: is the 1 line change (see diff for thsi pull request) present in your local copy of that file? |
|
I don't. I have ran Am I doing something wrong here? |
|
are you using only melpa stable packages perhaps? if so, this may help: i just tagged a 3.3.0 release (because why not) which should appear on melpa stable soon. see https://github.com/wbolster/emacs-python-pytest/releases/tag/3.3.0 |
|
Yep, that's fixed it now. Thanks all! 🚀 |
Prevents invalid substring matches for "--verbose --verbose" init value.
Closes #63.