view configure @ 12214:d2eea20ee14a v8.0.0987

patch 8.0.0987: terminal: second byte of double-byte char wrong commit https://github.com/vim/vim/commit/d2c45a1964ddb0d9ac16c9c985051fab41f37840 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 22 22:29:00 2017 +0200 patch 8.0.0987: terminal: second byte of double-byte char wrong Problem: terminal: second byte of double-byte char wrong Solution: Set the second byte to NUL only for utf-8 and non-multibyte.
author Christian Brabandt <cb@256bit.org>
date Tue, 22 Aug 2017 22:30:05 +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 "$@"