rmagatti / gx-extended.nvim

Extending the use of Neovim's `gx`
MIT License
31 stars 3 forks source link

fix: cycling through glob matches was not done correctly #7

Closed rmagatti closed 1 year ago

rmagatti commented 1 year ago

This fixes it so that it attempts to call each match's open function until a successful call happens. Fixes #6.

TODOS: ~- Add note in the readme that patterns should be defined in glob pattern now since we're matching the whole path and not just the filename anymore.~