Fix `show-version` error on multiline version text
For some reason, `vim --version | head -n 1` generates a failure in
CentOS 5. Works without `-n 1`. I also cannot catch any return errors
with `$?` to find out more. Either way, that line should always be
considered a pass, so we add the standard bash-strict-mode `|| true` to
ignore the error.