weirongxu / plantuml-previewer.vim

Vim / Neovim plugin for preview PlantUML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PlantumlOpen does not show generated image in browser

jophymenachery opened this issue · comments

I use neovim with this plugin on windows 10. ":PlantumlOpen" command opens a blank page in the browser. Upon digging a bit I can see that the .svg file is generated in the tmp folder but the xcopy on windows fails.

@weirongxu This change 0bbd9d6 seems to break the PlantumlOpen on OSX with Chrome. It has the same behaviour as described in the initial bug. The svg file is not copied over from tmp folder into the viewer folder as tmp.svg.

It seems to work again when this change is reverted.

@weirongxu This change 0bbd9d6 seems to break the PlantumlOpen on OSX with Chrome. It has the same behaviour as described in the initial bug. The svg file is not copied over from tmp folder into the viewer folder as tmp.svg.

It seems to work again when this change is reverted.

Okay, but seems can't reproduce on my MacOS