view configure @ 24216:77cb22562852 v8.2.2649

patch 8.2.2649: Vim9: some wincmd arguments cause a white space error Commit: https://github.com/vim/vim/commit/1ff89deeaa07a161afbe91f57c340f3758d34f49 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 24 20:08:12 2021 +0100 patch 8.2.2649: Vim9: some wincmd arguments cause a white space error Problem: Vim9: some wincmd arguments cause a white space error. Solution: Insert a space before the count. (closes https://github.com/vim/vim/issues/8001)
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Mar 2021 20:15:04 +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 "$@"