view configure @ 21212:874a28fac941 v8.2.1157

patch 8.2.1157: Vim9: dict.name is not recognized as an expression Commit: https://github.com/vim/vim/commit/0a47e0970a0e5d99aa7089169e0bcca0401decce Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 8 18:30:06 2020 +0200 patch 8.2.1157: Vim9: dict.name is not recognized as an expression Problem: Vim9: dict.name is not recognized as an expression. Solution: Recognize ".name". (closes https://github.com/vim/vim/issues/6418)
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 Jul 2020 18:45:07 +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 "$@"