Skip to content

fix(mark.lua): support URI buffers (commonly used for custom buffers in neovim plugins) - #665

Open
vimscientist69 wants to merge 1 commit into
ThePrimeagen:masterfrom
vimscientist69:master
Open

vimscientist69 wants to merge 1 commit into
ThePrimeagen:masterfrom
vimscientist69:master

Conversation

@vimscientist69

@vimscientist69 vimscientist69 commented Mar 19, 2025

Copy link
Copy Markdown

I am using octo.nvim. It has custom buffers, where it uses a URI path for pull request and issue buffers. When adding it to the quick menu, the :// in the URI (format: octo://username/reponame/pull/119) to a single /, meaning it will not go to the correct buffer (because the path will be octo:/username/reponame/pull/119. To fix this, escape the // in :// to be :\/\/.

@vimscientist69 vimscientist69 changed the title fix(mark.lua): support URI buffers (usually custom buffers created by… fix(mark.lua): support URI buffers (commonly used for custom buffers in neovim plugins) Mar 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant