plantuml-mode icon indicating copy to clipboard operation
plantuml-mode copied to clipboard

Suport cygwin when plantuml-exec-mode is 'jar

Open takushi1969 opened this issue 7 months ago • 0 comments

Convert plantuml-jar-path in cygwin format to windows format.

ex. ~/pllantuml.jar -> /C:\cygwin64\home\takus\plantuml.jar

Because in cygwin, java is used the one of windows native app and it can only accept jar-path in windows format.

takushi1969 avatar Jul 11 '24 13:07 takushi1969