view configure @ 34838:f92e32ddcbdb v9.1.0288

patch 9.1.0288: MS-Windows: compiler warning for size_t to int conversion Commit: https://github.com/vim/vim/commit/72a156b4edfdf1502d421370cf38281c258e3c4a Author: Mike Williams <mrmrdubya@gmail.com> Date: Tue Apr 9 22:04:54 2024 +0200 patch 9.1.0288: MS-Windows: compiler warning for size_t to int conversion Problem: MS-Windows: compiler warning for size_t to int conversion (after v9.1.0282) Solution: Use size_t instead of int in highlight_set_termgui_attr (Mike Williams) closes: #14457 Signed-off-by: Mike Williams <mrmrdubya@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 09 Apr 2024 22:15:02 +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 "$@"