id summary reporter owner description type status priority milestone component version resolution keywords cc port 54670 MacVim @8.0.snapshot136: Improve error report for MacVim mvim script for a bad link decibel raimue "If a symlink to the mvim script has the wrong permissions (sadly easy to do on OS X), it fails with some rather confusing error messages. The change below fixes this: {{{ while [ -L ""$self_path"" ]; do next_path=`readlink $self_path` || { echo ""error $? reading link $self_path (are permissions on the link correct?)"" 2>&1; exit 2; } cd ""`dirname $next_path`"" self_path=`basename $next_path` done }}} " defect assigned Normal ports upstream MacVim