view configure @ 36223:f6ea99828a45 v9.1.0752

patch 9.1.0752: can set 'cedit' to an invalid value Commit: https://github.com/vim/vim/commit/25732435c56d762abb260499680939bd8882c708 Author: Milly <milly.ca@gmail.com> Date: Tue Oct 1 19:30:20 2024 +0200 patch 9.1.0752: can set 'cedit' to an invalid value Problem: can set cedit to an invalid value Solution: Check that the value is a valid key name (Milly) closes: #15778 Signed-off-by: Milly <milly.ca@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 01 Oct 2024 19:45:05 +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 "$@"