view configure @ 15894:46adcb6e27d7 v8.1.0953

patch 8.1.0953: a very long file is truncated at 2^31 lines commit https://github.com/vim/vim/commit/c9629251a634d4f5988c8162ba8249026d1af687 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 19 21:24:54 2019 +0100 patch 8.1.0953: a very long file is truncated at 2^31 lines Problem: A very long file is truncated at 2^31 lines. Solution: Use LONG_MAX for MAXLNUM. (Dominique Pelle, closes https://github.com/vim/vim/issues/4011)
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 Feb 2019 21:30:08 +0100
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"