view configure @ 16352:c742c008953e v8.1.1181

patch 8.1.1181: tests for mouse clicks are a bit flaky commit https://github.com/vim/vim/commit/2b00b9b0f355421fdb49e3a15f5a62af657d1922 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 17 17:08:27 2019 +0200 patch 8.1.1181: tests for mouse clicks are a bit flaky Problem: Tests for mouse clicks are a bit flaky when run in an interactive terminal. Solution: Use "xterm2" instead of "xterm" for 'ttymouse' to avoid spurious drag events.
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Apr 2019 17:15: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 "$@"