iamcco / iamcco/markdown-preview.nvim

Not passing url to firefox correctly.

Open
#517 1 comment 3 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.