view configure @ 17504:5d63aa71efe1 v8.1.1750

patch 8.1.1750: depending on the terminal width :version may miss a line break commit https://github.com/vim/vim/commit/8a5c29aee978345132ad7f318b8a84633c33905c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 26 19:48:19 2019 +0200 patch 8.1.1750: depending on the terminal width :version may miss a line break Problem: Depending on the terminal width :version may miss a line break. Solution: Add a line break when needed.
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Jul 2019 20:00:07 +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 "$@"