view configure @ 16200:ce6de8dab779 v8.1.1105

patch 8.1.1105: long escape sequences may be split up commit https://github.com/vim/vim/commit/5da04ef1b4126cc997e38b58faa5325e7cb83e4f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 3 21:15:58 2019 +0200 patch 8.1.1105: long escape sequences may be split up Problem: Long escape sequences may be split up. Solution: Assume esccape sequences can be up to 80 bytes long. (Nobuhiro Takasaki, closes #4196)
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Apr 2019 21: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 "$@"