iamcco / iamcco/markdown-preview.nvim
Not passing url to firefox correctly.
Open
- Dominant language
- JavaScript
- Stars
- 8k
- Forks
- 411
- PR merge metrics
- No merged PRs in 30d
Description
When using the function:
```
function OpenMarkdownPreview (url)
execute "silent ! firefox --new-window " . a:url
endfunction
let g:mkdp_browserfunc = 'OpenMarkdownPreview'
```
(provided in the readme) with or without ```--new-window```, firefox opens a blank new tab and loads indefinitely, unless firefox is already running.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.