plantuml-previewer.vim icon indicating copy to clipboard operation
plantuml-previewer.vim copied to clipboard

windows 11 can't display without debug mode

Open maoze opened this issue 2 years ago • 0 comments

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

maoze avatar Apr 18 '23 03:04 maoze