We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS type:
Vim:
Vim version: VIM - Vi IMproved 9.0
VIM - Vi IMproved 9.0
Reproduce steps:
Example:
# Test [test](https://www.google.com/)
gx
normal
Expected:
Opened the url in safari
Actual:
Vim runs wget and opens the url as a text file in vim.
This issue is not seen in visual select mode.
I think this might be a netrw issue as well. I am not sure.
vim/vim#3314
The text was updated successfully, but these errors were encountered:
Is gf_on_steroids enabled in your configuration? If not, then it's NetRW's behavior which seems incorrect.
mkdx uses open if present or xdg-open otherwise: https://github.com/SidOfc/mkdx/blob/master/autoload/mkdx.vim#L2273-L2277
open
xdg-open
Sorry, something went wrong.
SidOfc
No branches or pull requests
OS type:
Vim:
Vim version:
VIM - Vi IMproved 9.0
Reproduce steps:
Example:
gx
innormal
mode.Expected:
Opened the url in safari
Actual:
Vim runs wget and opens the url as a text file in vim.
This issue is not seen in visual select mode.
I think this might be a netrw issue as well. I am not sure.
vim/vim#3314
The text was updated successfully, but these errors were encountered: