view configure @ 29286:45af13649a34 v8.2.5160

patch 8.2.5160: accessing invalid memory after changing terminal size Commit: https://github.com/vim/vim/commit/e178af5a586ea023622d460779fdcabbbfac0908 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 25 19:54:09 2022 +0100 patch 8.2.5160: accessing invalid memory after changing terminal size Problem: Accessing invalid memory after changing terminal size. Solution: Adjust cmdline_row and msg_row to the value of Rows.
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Jun 2022 21:00:03 +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 "$@"