Skip to content

Includes trailing ) in markdown links #168

@idbrii

Description

@idbrii

Regression of #8

Every time I open a markdown link with <Plug>(openbrowser-smart-search) it includes the ) in the link. For example:

[tyru/open-browser-github.vim](https://github.com/tyru/open-browser-github.vim)

opens the link https://github.com/tyru/open-browser-github.vim) which is invalid.


It looks like g:openbrowser_iskeyword is no longer supported, so that method of fixing no longer works.

I tried using openbrowser_fix_paths, but it doesn't support wildcard so I don't think it's of any help:

let g:openbrowser_fix_paths = { "/google.*)" : "/tyru" }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions