view configure @ 34727:eac204857d17 v9.1.0242

patch 9.1.0242: filetype: octave history files are not recognized Commit: https://github.com/vim/vim/commit/be71ac694f623e162f1ecb7a182bdf2fd281591f Author: Wu, Zhenyu <wuzhenyu@ustc.edu> Date: Sun Mar 31 19:18:10 2024 +0200 patch 9.1.0242: filetype: octave history files are not recognized Problem: filetype: octave history files are not recognized Solution: Detect octave/history files as octave (Wu, Zhenyu) closes: #14363 Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 31 Mar 2024 19: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 "$@"