view configure @ 11000:307f9ae2a7fb v8.0.0389

patch 8.0.0389: test for arabic does not check what is displayed commit https://github.com/vim/vim/commit/5342f00ff95ed0256b8183063a83d72112f1243c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 28 22:51:12 2017 +0100 patch 8.0.0389: test for arabic does not check what is displayed Problem: Test for arabic does not check what is displayed. Solution: Improve what is asserted. (Dominique Pelle, closes https://github.com/vim/vim/issues/1523) Add a first shaping test.
author Christian Brabandt <cb@256bit.org>
date Wed, 01 Mar 2017 11:15:04 +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 "$@"