view configure @ 34936:f734fd771c45 v9.1.0325

patch 9.1.0325: filetype: CMakeCache.txt files not recognized Commit: https://github.com/vim/vim/commit/62c09e032c6b2d49fffac726300d142381924b98 Author: Wu, Zhenyu <wuzhenyu@ustc.edu> Date: Sun Apr 14 20:34:22 2024 +0200 patch 9.1.0325: filetype: CMakeCache.txt files not recognized Problem: filetype: CMakeCache.txt files not recognized Solution: Detect 'CMakeCache.txt' files as cmakecache filetype, include basic syntax script for cmakecache (Wu, Zhenyu, @bfrg) closes: #14384 Co-authored-by: bfrg <bfrg@users.noreply.github.com> Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 14 Apr 2024 20:45:07 +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 "$@"