view configure @ 14526:66b9514b5a99 v8.1.0276

patch 8.1.0276: no test for 'incsearch' highlighting with :s commit https://github.com/vim/vim/commit/164251ff805e89a3d9a850a77e3139e28908f44a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 12 16:26:58 2018 +0200 patch 8.1.0276: no test for 'incsearch' highlighting with :s Problem: No test for 'incsearch' highlighting with :s. Solution: Add a screendump test.
author Christian Brabandt <cb@256bit.org>
date Sun, 12 Aug 2018 16:30:05 +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 "$@"