view configure @ 31135:759b181807f7 v9.0.0902

patch 9.0.0902: some mouse scroll code is not in a good place Commit: https://github.com/vim/vim/commit/696d0a86250636602d42e29e57d8923f538e0549 Author: Christopher Plewright <chris@createng.com> Date: Fri Nov 18 17:53:34 2022 +0000 patch 9.0.0902: some mouse scroll code is not in a good place Problem: Some mouse scroll code is not in a good place. Solution: Refactor the code. (Christopher Plewright, closes https://github.com/vim/vim/issues/11561)
author Bram Moolenaar <Bram@vim.org>
date Fri, 18 Nov 2022 19:00:05 +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 "$@"