view configure @ 18691:fb07fe556e67 v8.1.2337

patch 8.1.2337: double-click time sometimes miscomputed Commit: https://github.com/vim/vim/commit/85c3502ef5a4c4b0f5944a89edb731f2289a706c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 22 22:21:59 2019 +0100 patch 8.1.2337: double-click time sometimes miscomputed Problem: Double-click time sometimes miscomputed. Solution: Correct time computation. (Dominique Pelle, closes https://github.com/vim/vim/issues/5259)
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Nov 2019 22:30:03 +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 "$@"