view configure @ 13766:74294f0fbf28 v8.0.1755

patch 8.0.1755: MS-Windows: high unicode char received as two utf-16 words commit https://github.com/vim/vim/commit/f1f2f837bc85c93ba81176383cccd6734f0129fb Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 24 16:04:57 2018 +0200 patch 8.0.1755: MS-Windows: high unicode char received as two utf-16 words Problem: MS-Windows GUI: high unicode char received as two utf-16 words. Solution: Keep the first word until the second word is received. (Chris Morgan, closes #2800)
author Christian Brabandt <cb@256bit.org>
date Tue, 24 Apr 2018 16:15:10 +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 "$@"