view configure @ 22661:c6b17787a38f v8.2.1879

patch 8.2.1879: Vim9: argument types of insert() not checked when compiling Commit: https://github.com/vim/vim/commit/ca17453e73fe69dc25a9d703804877a60763b685 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 21 16:42:22 2020 +0200 patch 8.2.1879: Vim9: argument types of insert() not checked when compiling Problem: Vim9: argument types of insert() not checked when compiling. Solution: Add argument type checks for insert().
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Oct 2020 16:45: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 "$@"