view configure @ 16712:329e28ed10fd v8.1.1358

patch 8.1.1358: cannot enter character with a CSI byte commit https://github.com/vim/vim/commit/386b43e59498cc7b52a60f09f74bdb44df99386c Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 19 21:57:11 2019 +0200 patch 8.1.1358: cannot enter character with a CSI byte Problem: Cannot enter character with a CSI byte. Solution: Only check "gui.in_use" when VIMDLL is defined. (Ken Takata, closes #4396)
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 May 2019 22:00:06 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"