view configure @ 12379:25f854eefe98 v8.0.1069

patch 8.0.1069: still get CTRL-X sometimes commit https://github.com/vim/vim/commit/37b53270e1a65d1d56187a3d68439e666e8b75fd Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 7 20:18:40 2017 +0200 patch 8.0.1069: still get CTRL-X sometimes Problem: Still get CTRL-X sometimes for t_RS request. Solution: Also skip 0x18 after a key code response.
author Christian Brabandt <cb@256bit.org>
date Thu, 07 Sep 2017 20: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 "$@"