weirongxu / plantuml-previewer.vim

Vim / Neovim plugin for preview PlantUML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

windows 11 can't display without debug mode

maoze opened this issue · comments

commented

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