view configure @ 24588:826ba03d0d22 v8.2.2833

patch 8.2.2833: two key command cancelled by moving mouse when using popup Commit: https://github.com/vim/vim/commit/3a00659db740ebcf0be6153b47a5734eea4a18ba Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 5 19:58:17 2021 +0200 patch 8.2.2833: two key command cancelled by moving mouse when using popup Problem: Two key command cancelled by moving mouse when using popup. (Sergey Vlasov) Solution: Ignore K_MOUSEMOVE in plain_vgetc().
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 May 2021 20:00:07 +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 "$@"