view configure @ 17869:70f53ec4db93 v8.1.1931

patch 8.1.1931: syntax test fails Commit: https://github.com/vim/vim/commit/ea7a08a53ea0e8b4fe1592d9ae4d8f581fef46f8 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 26 22:38:22 2019 +0200 patch 8.1.1931: syntax test fails Problem: Syntax test fails. Solution: Add new javascriptreact type to completions.
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Aug 2019 22:45: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 "$@"