view configure @ 14646:aa48ee3d3d12 v8.1.0336

patch 8.1.0336: mkview test still fails on CI commit https://github.com/vim/vim/commit/dd5d18eadffadc723ff7d3e208a2973d267a6dde Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 30 14:16:06 2018 +0200 patch 8.1.0336: mkview test still fails on CI Problem: mkview test still fails on CI. Solution: Ignore curswant, don't see another solution.
author Christian Brabandt <cb@256bit.org>
date Thu, 30 Aug 2018 14:30:06 +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 "$@"