8000 Tags · leiserfg/gx.nvim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: leiserfg/gx.nvim

Tags

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. BF26 The key has expired.
fix: improved url pattern string (chrishrb#30)

* fix: improved url pattern string

replaced 0-9 with %d
added %% which is used for matching safe string urls

* test: added test for encoded urls

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add search for word / selection under cursor (chrishrb#22)

* Add search for word / selection under cursor

* lint everything

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add handler for git commit hash (chrishrb#15)

* Add handler for git commit hash

* Handle both long (40) char hashes and short (7) char hashes.

* Handle commit hashes of any length between 7 and 40 characters.

* Add spec for commit handler

* Run stylua

* Update test/spec/gx/handlers/commit_handler_spec.lua

Co-authored-by: Christoph  <52382992+chrishrb@users.noreply.github.com>

* Update test/spec/gx/handlers/commit_handler_spec.lua

Co-authored-by: Christoph  <52382992+chrishrb@users.noreply.github.com>

---------

Co-authored-by: Christoph  <52382992+chrishrb@users.noreply.github.com>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix readme (chrishrb#9)

0