weirongxu / plantuml-previewer.vim

Vim / Neovim plugin for preview PlantUML
MIT License
266 stars 29 forks source link

windows 11 can't display without debug mode #89

Open maoze opened 1 year ago

maoze commented 1 year ago

when i use PlantumlOpen command, the chrome can open. But these is no pic. I found that because viewer/tmp.svg didn't exist. When I set "let g:plantuml_previewer#debug_mode = 1" in my vimrc, the chrome can display pic. I found that in file 'autoload\vital_plantuml_previewer\System\Job\Vim.vim' image if I remove the if and set job_options.out_cb = function('s:_out_cb', [job]) directly, the vim has error message, bug the script can generate tmp.svg and chrome can display pic.

my system is windows11 image my gvim version image