view configure @ 21182:7289c8b9a620 v8.2.1142

patch 8.2.1142: Vim9: return type of insert() is any Commit: https://github.com/vim/vim/commit/252e88a78535d239ec4b764d8e3f04aad5a94a76 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 5 20:47:18 2020 +0200 patch 8.2.1142: Vim9: return type of insert() is any Problem: Vim9: return type of insert() is any. Solution: Use type of the first argument.
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Jul 2020 21:00: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 "$@"