view configure @ 14644:3d94bbf54530 v8.1.0335

patch 8.1.0335: mkview test fails on CI commit https://github.com/vim/vim/commit/2bf4fe07b651e2a72fcfbfdb0719b402ea0b0a10 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 30 14:04:25 2018 +0200 patch 8.1.0335: mkview test fails on CI Problem: mkview test fails on CI. Solution: Attempt to force recomputing curswant after folding.
author Christian Brabandt <cb@256bit.org>
date Thu, 30 Aug 2018 14:15: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 "$@"