David Aguilar <dav...@gmail.com> writes: > @@ -44,19 +46,9 @@ valid_tool () { > } > > setup_tool () { > - case "$1" in > - vim*|gvim*) > - tool=vim > - ;; > - *) > - tool="$1" > - ;; > - esac
This part was an eyesore every time I looked at mergetools scripts. Good riddance. Is there still other special case like this, or was this the last one? Thanks, both of you, for working on this. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html