view configure @ 29962:32e35a6d4292 v9.0.0319

patch 9.0.0319: Godot shader files are not recognized Commit: https://github.com/vim/vim/commit/d5c8f11905abc1bdf3b8864dbc40187855ed9374 Author: Maxim Kim <habamax@gmail.com> Date: Mon Aug 29 15:28:53 2022 +0100 patch 9.0.0319: Godot shader files are not recognized Problem: Godot shader files are not recognized. Solution: Add patterns for "gdshader". (Maxim Kim, closes https://github.com/vim/vim/issues/11006)
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Aug 2022 16:30: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 "$@"