timonwong / OmniMarkupPreviewer

Sublime Text 2&3 plugin to live preview markup files, supported (not limited to) markup formats are markdown, reStructuredText, WikiCreole and textile.
MIT License
500 stars 75 forks source link

The v "`browser_command" may no need encoding when a not default browser is used. #126

Open xianggithubli opened 6 years ago

xianggithubli commented 6 years ago

browser_command = [arg.encode(encoding) for arg in browser_command] can't open on my win7, below is ok browser_command = [arg for arg in browser_command]