view configure @ 28411:29b30e2376fe v8.2.4730

patch 8.2.4730: MS-Windows GUI: cannot use CTRL-/ Commit: https://github.com/vim/vim/commit/e08fde007308fffec818b4ad6eccf573f54bed5b Author: Yasuhiro Matsumoto <mattn.jp@gmail.com> Date: Sun Apr 10 12:37:48 2022 +0100 patch 8.2.4730: MS-Windows GUI: cannot use CTRL-/ Problem: MS-Windows GUI: cannot use CTRL-/. Solution: Handle the WM_KEYUP event. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/10141)
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 Apr 2022 13:45:03 +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 "$@"