summaryrefslogtreecommitdiff
path: root/graphics/graphviz/files/patch-plugin_xlib_vimdot.sh
blob: 102f4ab19ff08c50d3c080dc36e094f0876eb4cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- plugin/xlib/vimdot.sh.orig	2024-12-06 23:55:56 UTC
+++ plugin/xlib/vimdot.sh
@@ -9,7 +9,7 @@ error() { echo "$0: $*" >&2; exit 1; }
 error() { echo "$0: $*" >&2; exit 1; }
 
 # Try $EDITOR first, else try vim or vi
-editor="$(which $EDITOR)" || editor="/usr/bin/vim"
+editor="$(which $EDITOR)" || editor="/usr/local/bin/vim"
 [ -x "$editor" ] || editor="/usr/bin/vi"
 [ -x "$editor" ] || error "EDITOR not found or not executable";
 
@@ -29,7 +29,7 @@ digraph G {
 
 	vim [href="http://www.vim.org/"]
 	dot [href="http://www.graphviz.org/"]
-	vimdot [href="file:///usr/bin/vimdot"]
+	vimdot [href="file:///usr/local/bin/vimdot"]
 
 	{vim dot} -> vimdot
 }