view configure @ 16499:0f0de1fb70a2 v8.1.1253

patch 8.1.1253: mapping completion test fails commit https://github.com/vim/vim/commit/92b9e60cb5775ebe8949b4e112feb9f8565441e0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 3 16:49:25 2019 +0200 patch 8.1.1253: mapping completion test fails Problem: Mapping completion test fails. Solution: Fix expected output.
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 May 2019 17:00: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 "$@"