view configure @ 22073:28b302ccfe21 v8.2.1586

patch 8.2.1586: :resize command not fully tested Commit: https://github.com/vim/vim/commit/fe6dce873954a216eedb686bd5006710ffff4b89 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 4 14:41:21 2020 +0200 patch 8.2.1586: :resize command not fully tested Problem: :resize command not fully tested. Solution: Add a couple of tests. (Dominique Pell?, closes https://github.com/vim/vim/issues/6857)
author Bram Moolenaar <Bram@vim.org>
date Fri, 04 Sep 2020 14:45: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 "$@"