view configure @ 16206:d302c496e98b v8.1.1108

patch 8.1.1108: test for 'visualbell' doesn't work commit https://github.com/vim/vim/commit/7a66627cf43412604a28e0d99df8f96a29ff1c3a Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 3 22:52:34 2019 +0200 patch 8.1.1108: test for 'visualbell' doesn't work Problem: Test for 'visualbell' doesn't work. Solution: Make 'belloff' empty.
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Apr 2019 23:00:04 +0200
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 "$@"