view configure @ 22115:6c3123ea53c3 v8.2.1607

patch 8.2.1607: Vim9: getchar() test fails on MS-Windows Commit: https://github.com/vim/vim/commit/636c5d5399e1a42e8eb5bcb5fede318438d2347a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 18:48:57 2020 +0200 patch 8.2.1607: Vim9: getchar() test fails on MS-Windows Problem: Vim9: getchar() test fails on MS-Windows. Solution: First consume any available input.
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 19: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 "$@"