view configure @ 26246:ed62078dfa30 v8.2.3654

patch 8.2.3654: GTK: a touch-drag does not update the selection Commit: https://github.com/vim/vim/commit/ee93e327ba31e8efb1b7de6209bdc992778b809b Author: Chris Dalton <csmartdalton@gmail.com> Date: Tue Nov 23 12:27:48 2021 +0000 patch 8.2.3654: GTK: a touch-drag does not update the selection Problem: GTK: a touch-drag does not update the selection. Solution: Add GDK_BUTTON1_MASK to the state. (Chris Dalton, close https://github.com/vim/vim/issues/9196, closes #9194)
author Bram Moolenaar <Bram@vim.org>
date Tue, 23 Nov 2021 13:30:04 +0100
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 "$@"