bug(picker): The new git_stash
picker fails on custom stash message
#775
Labels
bug
Something isn't working
git_stash
picker fails on custom stash message
#775
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.10.3
Operating system/version
15.2
Describe the bug
The current
git_stash
picker assumes no custom message is provided and relies on the default formatting ofgit stash
when no message is provided.However when running
git stash -m "some message here"
the stashes with the custom message isn't included. The issue seems to be related to this regex filter.Steps To Reproduce
git checkout -b foo
git stash -m "foo bar"
after making some changeExpected Behavior
All stashes, including ones with custom messages should be included in the stash list
Repro
The text was updated successfully, but these errors were encountered: