view configure @ 18538:c4d97a18af37 v8.1.2263

patch 8.1.2263: 'noesckeys' test fails in GUI Commit: https://github.com/vim/vim/commit/215ba3b63698f3755b2c4de66fc728cc14a8a590 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 6 15:07:07 2019 +0100 patch 8.1.2263: 'noesckeys' test fails in GUI Problem: 'noesckeys' test fails in GUI. Solution: Skip the test in the GUI.
author Bram Moolenaar <Bram@vim.org>
date Wed, 06 Nov 2019 15:15:04 +0100
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 "$@"