view configure @ 30188:ba22d5536d3e v9.0.0430

patch 9.0.0430: cannot use repeat() with a blob Commit: https://github.com/vim/vim/commit/375141e1f80dced9be738568a3418f65813f4a2f Author: Bakudankun <bakudankun@gmail.com> Date: Fri Sep 9 18:46:47 2022 +0100 patch 9.0.0430: cannot use repeat() with a blob Problem: Cannot use repeat() with a blob. Solution: Implement blob repeat. (closes https://github.com/vim/vim/issues/11090)
author Bram Moolenaar <Bram@vim.org>
date Fri, 09 Sep 2022 20:00:05 +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 "$@"