Skip to content

Commit

Permalink
Make browser arguments function correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
MortalHappiness committed Feb 22, 2020
1 parent 081a6f7 commit 46bffef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion after/ftplugin/markdown/instant-markdown.vim
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function! s:startDaemon(initialMDLines)
endif
endif
if exists('g:instant_markdown_browser')
let argv .= ' --browser '.g:instant_markdown_browser
let argv .= " --browser '".g:instant_markdown_browser."'"
endif
let argv .= ' --port '.g:instant_markdown_port

Expand Down

0 comments on commit 46bffef

Please sign in to comment.