view configure @ 15203:aa877e0b7f62 v8.1.0611

patch 8.1.0611: crash when using terminal with long composing characters commit https://github.com/vim/vim/commit/a79fd56923744e331b3a5badbf9186100818fb45 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 20 20:47:32 2018 +0100 patch 8.1.0611: crash when using terminal with long composing characters Problem: Crash when using terminal with long composing characters. Solution: Make space for all characters. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/3619, closes #3703)
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Dec 2018 21:00:07 +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 "$@"