view configure @ 29419:b43cb3fd0c7b v9.0.0051

patch 9.0.0051: using CTRL-C wih :append may hang Vim Commit: https://github.com/vim/vim/commit/f754fe6a3d5384b5146c38a32db6da9d46e00c40 Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Jul 14 17:06:12 2022 +0100 patch 9.0.0051: using CTRL-C wih :append may hang Vim Problem: Using CTRL-C wih :append may hang Vim. Solution: Reset got_int. (closes https://github.com/vim/vim/issues/10729, closes https://github.com/vim/vim/issues/10728)
author Bram Moolenaar <Bram@vim.org>
date Thu, 14 Jul 2022 18:15:06 +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 "$@"