view configure @ 29324:71f2af5d8447 v9.0.0005

patch 9.0.0005: hare files are not recognized Commit: https://github.com/vim/vim/commit/040674129f3382822eeb7b590380efa5228124a8 Author: Hugo Osvaldo Barrera <hugo@barrera.io> Date: Wed Jun 29 13:48:49 2022 +0100 patch 9.0.0005: hare files are not recognized Problem: Hare files are not recognized. Solution: Add a filetype pattern. (Hugo Osvaldo Barrera, closes https://github.com/vim/vim/issues/10630)
author Bram Moolenaar <Bram@vim.org>
date Wed, 29 Jun 2022 15:00: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 "$@"