view configure @ 34801:3c4513ec1b58 v9.1.0273

patch 9.1.0273: filetype: keymap files are not recognized Commit: https://github.com/vim/vim/commit/b78753db5fac879a76da3519101e815451d0d455 Author: 0xadk <0xadk@users.noreply.github.com> Date: Sun Apr 7 18:22:41 2024 +0200 patch 9.1.0273: filetype: keymap files are not recognized Problem: filetype: keymap files are not recognized Solution: Detect '*.keymap' files as Device Tree Files (0xadk) closes: #14434 Signed-off-by: 0xadk <0xadk@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 07 Apr 2024 18: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 "$@"