view configure @ 34351:d5f9c5aacad3 v9.1.0108

patch 9.1.0108: filetype: no support for dtso files Commit: https://github.com/vim/vim/commit/b1700fb33fe02838d679b9215e501455cf4c1156 Author: Markus Schneider-Pargmann <msp@baylibre.com> Date: Wed Feb 14 20:44:28 2024 +0100 patch 9.1.0108: filetype: no support for dtso files Problem: filetype: no support for dtso files Solution: Add detection for *.dtso files as dts file type (Markus Schneider-Pargmann) *.dtso files are devicetree overlay files which have the same syntax as dts or dtsi files. closes: #14026 Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 14 Feb 2024 21:00: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 "$@"