view configure @ 22906:5ff7125e81fc v8.2.2000

patch 8.2.2000: Vim9: dict.key assignment not implemented yet Commit: https://github.com/vim/vim/commit/fc74d03e7694bac3b50d8d6b6b78b40a71818744 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 16 22:11:49 2020 +0100 patch 8.2.2000: Vim9: dict.key assignment not implemented yet Problem: Vim9: dict.key assignment not implemented yet. Solution: Implement dict.key assignment. (closes https://github.com/vim/vim/issues/7312)
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 Nov 2020 22:15:03 +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 "$@"