view configure @ 16007:6d869997a8b7 v8.1.1009

patch 8.1.1009: MS-Windows: some text is not baseline aligned commit https://github.com/vim/vim/commit/1f271efbbb2004c3e1b90492a3585a6d9ebd7893 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 16 15:24:42 2019 +0100 patch 8.1.1009: MS-Windows: some text is not baseline aligned Problem: MS-Windows: some text is not baseline aligned. Solution: Use bottom alignment. (Taro Muraoka, closes https://github.com/vim/vim/issues/4116, closes https://github.com/vim/vim/issues/1520)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Mar 2019 15:30:06 +0100
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"