view configure @ 31245:fbc4d3b0302d v9.0.0956

patch 9.0.0956: terminal tests fail when using key with modifier Commit: https://github.com/vim/vim/commit/9f14557d6a5b4f832029c292d7b3359b68336058 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 27 12:45:41 2022 +0000 patch 9.0.0956: terminal tests fail when using key with modifier Problem: Terminal tests fail when using key with modifier. Solution: Use the modifyOtherKeys encoding when using RunVimInTerminal().
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Nov 2022 14: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 "$@"