--- etc-update 2002-10-28 08:54:51.000000000 -0600 +++ etc-update-cj 2002-10-28 09:59:37.000000000 -0600 @@ -188,6 +188,7 @@ 2) Delete update, keeping original as is 3) Interactively merge original with update 4) Show differences again +5) Edit with vimdiff Please select from the menu above (-1 to ignore this update): " read my_input case ${my_input} in @@ -206,6 +207,9 @@ ;; 4) continue ;; + 5) vimdiff "${file}" "${ofile}" + continue + ;; *) continue ;; esac