view configure @ 27796:8fdc92bdcff1 v8.2.4424

patch 8.2.4424: ".gts" and ".gjs" files are not recognized Commit: https://github.com/vim/vim/commit/cdf717283ca70b18f20b8a2cefe7957083280c6f Author: NullVoxPopuli <LPSego3+dev@gmail.com> Date: Sat Feb 19 16:35:58 2022 +0000 patch 8.2.4424: ".gts" and ".gjs" files are not recognized Problem: ".gts" and ".gjs" files are not recognized. Solution: Recognize Glimmer flavored typescript and javascript. (closes #9799)
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Feb 2022 17:45: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 "$@"