wmgraphviz.vim icon indicating copy to clipboard operation
wmgraphviz.vim copied to clipboard

Vim plugin for Graphviz

Results 5 wmgraphviz.vim issues
Sort by recently updated
recently updated
newest added

When running :GraphvizCompile or :GraphvizShow on gVim in Windows 10 with any `.gv` file that has a space in the filename, I get the error message "Windows cannot find [first...

To reproduce, open a file with extension `.gv` or `.dot`, type `:set commentstring`, the output is empty _I think_ the problem is that in the last line of `ftplugin/dot.vim`, the...

In vim 8.1.1486 I get black screen after running any wmgraphviz external commands, so I had to force redraw to fix this.

Issue: when the input file includes multiple `graph {...}` GraphvizCompile outputs the first graph to file a:output but all remaining graphs are sent to the output terminal (gibberish). This solution:...