view configure @ 26010:2fafae9c79e8 v8.2.3539

patch 8.2.3539: GTK3: with 'rightleft' set scrollbar may move unintentionally Commit: https://github.com/vim/vim/commit/604e207e277767a67cbf4a6a179080efb830b9e7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 19 14:22:03 2021 +0100 patch 8.2.3539: GTK3: with 'rightleft' set scrollbar may move unintentionally Problem: GTK3: with 'rightleft' set scrollbar may move unintentionally. Solution: Ignore events while moving the scrollbar thumb. (closes https://github.com/vim/vim/issues/8958)
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 Oct 2021 15:30:05 +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 "$@"