JamshedVesuna/vim-markdown-preview

Doesn't work with fish shell (and probably other shells)

tmccombs opened this issue · 1 comments

the &> /dev/null isn't valid syntax in fish, so if shell is fish, then xdg-open (or see) fails to open. 2>1 > /dev/null is more portable.

#53 should resolve this