view configure @ 18846:67eb9bc32434 v8.1.2410

patch 8.1.2410: MS-Windows: test_iminsert fails without IME support Commit: https://github.com/vim/vim/commit/e2a3f36bf22bfa00343c6a7aaef5337a9dfc0993 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 7 21:40:48 2019 +0100 patch 8.1.2410: MS-Windows: test_iminsert fails without IME support Problem: MS-Windows: test_iminsert fails without IME support. Solution: Skip the test when imgetstatus() doesn't work.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Dec 2019 21:45:03 +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 "$@"