view configure @ 18289:16dd8ebc2339 v8.1.2139

patch 8.1.2139: the modifyOtherKeys codes are not tested Commit: https://github.com/vim/vim/commit/18a79a68413365cd7672728d54615ca708764e23 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 12 15:36:11 2019 +0200 patch 8.1.2139: the modifyOtherKeys codes are not tested Problem: The modifyOtherKeys codes are not tested. Solution: Add a test case.
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Oct 2019 15:45:06 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"