Blob Blame History Raw
--- abcde-2.1.19/abcde.vi	2004-04-09 20:12:15.000000000 +0200
+++ abcde-2.1.19/abcde	2004-04-14 13:03:40.296108335 +0200
@@ -1270,8 +1270,12 @@
 				eval $(echo "$EDITOR") "$CDDBDATA"
 			fi
 		# If that fails, check for a vi
+		elif [ -x /usr/bin/vim ]; then
+			/usr/bin/vim "$CDDBDATA"
 		elif [ -x /usr/bin/vi ]; then
 			/usr/bin/vi "$CDDBDATA"
+		elif [ -x /bin/vi ]; then
+			/bin/vi "$CDDBDATA"
 		# nano should be on all (modern, i.e., sarge) debian systems
 		elif [ -x /usr/bin/nano ]; then
 			/usr/bin/nano "$CDDBDATA"