view configure @ 12712:25f7d8ee04c7 v8.0.1234

patch 8.0.1234: MS-Windows: composing chars are not shown properly commit https://github.com/vim/vim/commit/a6ce1ccf5c10baa5c2a25897c46961d751a21dda Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 28 19:23:11 2017 +0200 patch 8.0.1234: MS-Windows: composing chars are not shown properly Problem: MS-Windows: composing characters are not shown properly. Solution: Pass base character and composing characters to the renderer at once. (Ken Takata, closes #2206)
author Christian Brabandt <cb@256bit.org>
date Sat, 28 Oct 2017 19:30:04 +0200
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 "$@"