view configure @ 16786:98ca522e6453 v8.1.1395

patch 8.1.1395: saving for undo may access invalid memory commit https://github.com/vim/vim/commit/adfde115d5c9c9ac4a052874bcf85d2507fe1355 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 25 22:11:45 2019 +0200 patch 8.1.1395: saving for undo may access invalid memory Problem: Saving for undo may access invalid memory. (Dominique Pelle) Solution: Set ml_line_len also when returning a constant string.
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 May 2019 22:15: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 "$@"