view configure @ 13398:aef75fbfc07d v8.0.1573

patch 8.0.1573: getwinpos(1) may cause response to be handled as command commit https://github.com/vim/vim/commit/89894aa671ed1db03d95d38cab300702c242239d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 5 22:43:10 2018 +0100 patch 8.0.1573: getwinpos(1) may cause response to be handled as command Problem: getwinpos(1) may cause response to be handled as command. Solution: Handle any cursor position report once one was request. (partly by Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Mon, 05 Mar 2018 22:45:06 +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 "$@"