view configure @ 26390:24632928d8c5 v8.2.3726

patch 8.2.3726: README file in a config directory gets wrong filetype Commit: https://github.com/vim/vim/commit/c903695be54189fd7199121e9cd669e722fbc9c2 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 3 11:44:03 2021 +0000 patch 8.2.3726: README file in a config directory gets wrong filetype Problem: README file in a config directory gets wrong filetype. Solution: Match README before patterns that match everything in a directory.
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Dec 2021 12:45:03 +0100
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 "$@"