view configure @ 16048:728bef04b0d4 v8.1.1029

patch 8.1.1029: DirectWrite doesn't take 'linespace' into account commit https://github.com/vim/vim/commit/60ebd524cf7a27c936cb34395cda9a7cc23abeae Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 21 20:50:12 2019 +0100 patch 8.1.1029: DirectWrite doesn't take 'linespace' into account Problem: DirectWrite doesn't take 'linespace' into account. Solution: Include 'linespace' in the position. (Ken Takata, closes https://github.com/vim/vim/issues/4137)
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Mar 2019 21:00:05 +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 "$@"