view configure @ 16470:d8ade1c5f823 v8.1.1239

patch 8.1.1239: key with byte sequence containing CSI does not work commit https://github.com/vim/vim/commit/a9dd2d3c759c1eafb9c0572c5707852ed3d38162 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 29 21:58:41 2019 +0200 patch 8.1.1239: key with byte sequence containing CSI does not work Problem: Key with byte sequence containing CSI does not work. Solution: Do not recognize CSI as special unless the GUI is active. (Ken Takata, closes #4318)
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Apr 2019 22:00: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 "$@"