view configure @ 23685:eb30aed2059f v8.2.2384

patch 8.2.2384: turtle filetype not recognized Commit: https://github.com/vim/vim/commit/5e6a7aa2b26077775906eb8411952dc6259694de Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 21 14:45:13 2021 +0100 patch 8.2.2384: turtle filetype not recognized Problem: Turtle filetype not recognized. Solution: Add a rule to detect turtle files. (closes https://github.com/vim/vim/issues/7722)
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Jan 2021 15:00:05 +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 "$@"