view configure @ 25485:7d24fdd18672 v8.2.3279

patch 8.2.3279: Vim9: cannot use block in cmdline window Commit: https://github.com/vim/vim/commit/2c70711e3fb2ef24a7f55322fdadbf7f9e657c2f Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 2 22:26:56 2021 +0200 patch 8.2.3279: Vim9: cannot use block in cmdline window Problem: Vim9: cannot use block in cmdline window. Solution: Add EX_CMDWIN to the CMD_block flags. (closes https://github.com/vim/vim/issues/8689)
author Bram Moolenaar <Bram@vim.org>
date Mon, 02 Aug 2021 22:30:04 +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 "$@"