From: ellson Date: Sun, 14 Sep 2008 00:38:35 +0000 (+0000) Subject: add some hyperlinks X-Git-Tag: LAST_LIBGRAPH~32^2~3394 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=745979e6c7d87c3bf65f79afde057c9a5172624e;p=graphviz add some hyperlinks --- diff --git a/plugin/xlib/vimdot.sh b/plugin/xlib/vimdot.sh index 94cab3259..3a07af1c2 100755 --- a/plugin/xlib/vimdot.sh +++ b/plugin/xlib/vimdot.sh @@ -11,6 +11,9 @@ digraph noname { // Edit as you like. Whenever you save a legal graph // the layout in the graphviz window will be updated. + vim [href="http://www.vim.org/"] + dot [href="http://www.graphviz.org"] + vimdot [href="file:///usr/bin/vimdot"] {vim dot} -> vimdot } EOF