view configure @ 20005:49d692e015cc v8.2.0558

patch 8.2.0558: Vim9: dict code not covered by tests Commit: https://github.com/vim/vim/commit/82de464f763d6e6d89229be03ce7c6d02fd5fb59 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 12 18:02:06 2020 +0200 patch 8.2.0558: Vim9: dict code not covered by tests Problem: Vim9: dict code not covered by tests. Solution: Remove dead code, adjust test case.
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Apr 2020 18:15:03 +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 "$@"