view configure @ 16972:5493e31010e1 v8.1.1486

patch 8.1.1486: a listener change is merged even when it adds a line commit https://github.com/vim/vim/commit/125370459178b0ca3acc98edca774c390c9b9fa4 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 6 22:50:35 2019 +0200 patch 8.1.1486: a listener change is merged even when it adds a line Problem: A listener change is merged even when it adds a line. (Paul Jolly) Solution: Do not merge a change that adds or removes a line. (closes https://github.com/vim/vim/issues/4490)
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jun 2019 23:00:07 +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 "$@"