]> granicus.if.org Git - graphviz/commitdiff
add some hyperlinks
authorellson <devnull@localhost>
Sun, 14 Sep 2008 00:38:35 +0000 (00:38 +0000)
committerellson <devnull@localhost>
Sun, 14 Sep 2008 00:38:35 +0000 (00:38 +0000)
plugin/xlib/vimdot.sh

index 94cab3259309cf88005bd6d1d536f58eb585e6e3..3a07af1c23f87721445a4630840d5fd7e8c25256 100755 (executable)
@@ -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