view configure @ 21943:11055d5b74a7 v8.2.1521

patch 8.2.1521: reading past end of buffer when reading spellfile Commit: https://github.com/vim/vim/commit/07399e7f078729b03451ba2b342d0cb434ab75cf Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 24 20:05:50 2020 +0200 patch 8.2.1521: reading past end of buffer when reading spellfile Problem: Reading past end of buffer when reading spellfile. (Yegappan Lakshmanan) Solution: Store the byte length and check for it.
author Bram Moolenaar <Bram@vim.org>
date Mon, 24 Aug 2020 20:15: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 "$@"