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
Git allows a revision to be specified by giving a substring of the commit message's first line prefixed with :/, e.g. :/refactor or :/"refactor tab" would match messages like refactor tab completion.
We could provide tab completion for this!
The text was updated successfully, but these errors were encountered:
Bumping this from v0.14 to v1.0: this is still a cool feature, but I don't want to delay releasing some of the big tab completion improvements that we've done recently for these kinds of bells and whistles.
Git allows a revision to be specified by giving a substring of the commit message's first line prefixed with
:/
, e.g.:/refactor
or:/"refactor tab"
would match messages likerefactor tab completion
.We could provide tab completion for this!
The text was updated successfully, but these errors were encountered: