view configure @ 31805:e279b756475b v9.0.1235

patch 9.0.1235: MS-Windows console: not flushing termguicolors Commit: https://github.com/vim/vim/commit/dc7179f9a4cc74d864d1f6414e691d25bac8f831 Author: Christopher Plewright <chris@createng.com> Date: Mon Jan 23 12:33:23 2023 +0000 patch 9.0.1235: MS-Windows console: not flushing termguicolors Problem: MS-Windows console: not flushing termguicolors. Solution: Flush termguicolors. (Christopher Plewright, closes https://github.com/vim/vim/issues/11871)
author Bram Moolenaar <Bram@vim.org>
date Mon, 23 Jan 2023 13:45:07 +0100
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 "$@"