view configure @ 32693:77145b811fb7 v9.0.1677

patch 9.0.1677: typo in syntax test input file Commit: https://github.com/vim/vim/commit/4c0089d696b8d1d5dc40568f25ea5738fa5bbffb Author: THARAK HEGDE <120558797+captainhaddock18@users.noreply.github.com> Date: Sun Jul 9 02:38:28 2023 +0100 patch 9.0.1677: typo in syntax test input file Problem: Typo in syntax test input file. Solution: Fix the typo and the expected dump files. (THARAK HEGDE, closes #12635)
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Jul 2023 03:45:13 +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 "$@"