You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I primarily use vim under cygwin, and would like to use vim-shell and vim-misc to open URLs in my default browser. Cygwin provides an all-purpose command called cygstart which opens a given file or URL using the default associated program in Windows.
I've modified autoload/xolox/misc/open.vim to use cygstart by adding it to the list of command line browsers, but I'm sure a neater (and possibly configurable) method of incorporating this feature is possible. Is this something you would consider including?
The text was updated successfully, but these errors were encountered:
Hi,
I primarily use vim under cygwin, and would like to use vim-shell and vim-misc to open URLs in my default browser. Cygwin provides an all-purpose command called
cygstart
which opens a given file or URL using the default associated program in Windows.I've modified autoload/xolox/misc/open.vim to use
cygstart
by adding it to the list of command line browsers, but I'm sure a neater (and possibly configurable) method of incorporating this feature is possible. Is this something you would consider including?The text was updated successfully, but these errors were encountered: