view configure @ 19159:352b74803d3e v8.2.0139

patch 8.2.0139: MS-Windows: default for IME is inconsistent Commit: https://github.com/vim/vim/commit/f0764e8bb6511aa3bf1d6f52852b4284676ee661 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 20 22:05:34 2020 +0100 patch 8.2.0139: MS-Windows: default for IME is inconsistent Problem: MS-Windows: default for IME is inconsistent. Solution: Also make IME default enabled with MVC. (Ken Takata, closes https://github.com/vim/vim/issues/5508)
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Jan 2020 22:15: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 "$@"