view configure @ 20691:b9a6a129b94e v8.2.0899

patch 8.2.0899: assert_equalfile() does not give a hint about the difference Commit: https://github.com/vim/vim/commit/30cc44a97f0ba1349e1a522dab22b11f47888183 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 4 16:52:40 2020 +0200 patch 8.2.0899: assert_equalfile() does not give a hint about the difference Problem: Assert_equalfile() does not give a hint about the difference. Solution: Display the last seen text.
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Jun 2020 17:00:04 +0200
parents a1ca6778da49
children
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd "${SRCDIR:-src}" && exec ./configure "$@"