view configure @ 20101:64ea318298b7 v8.2.0606

patch 8.2.0606: several syntax HL errors not checked Commit: https://github.com/vim/vim/commit/fbf2122cf920a89274ffbefaaeb6c5eeacf5187b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 19 18:31:25 2020 +0200 patch 8.2.0606: several syntax HL errors not checked Problem: Several syntax HL errors not checked. Solution: Add tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5954)
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Apr 2020 18:45: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 "$@"