System
- gx-extended commit a88e9b6
- NVIM v0.5.0-dev+1354-ga282a177d
- Mozilla Firefox 88.0.1
Problem
If the browser is not already open and gx is used to open a link then the browser opens with the correct site, however vim freezes until the browser is closed. If the browser is already open before executing gx then it works as expected and vim doesn't freeze.
vimrc
cal plug#begin($XDG_DATA_HOME.'/nvim/plugins')
Plug 'stsewd/gx-extended.vim'
cal plug#end()
Reproduce
- Close browser
- Open vimrc with vim
- Move cursor over
Plug 'stsewd/gx-extended.vim'
- Type
gx
System
Problem
If the browser is not already open and
gxis used to open a link then the browser opens with the correct site, however vim freezes until the browser is closed. If the browser is already open before executinggxthen it works as expected and vim doesn't freeze.vimrc
Reproduce
Plug 'stsewd/gx-extended.vim'gx