view configure @ 25858:fc39d7352cb6 v8.2.3463

patch 8.2.3463: pattern matching with ModeChanged not tested Commit: https://github.com/vim/vim/commit/72d2fa69e56dd0e61eac87a9c3b79cd89d47cdd9 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 2 21:48:15 2021 +0100 patch 8.2.3463: pattern matching with ModeChanged not tested Problem: Pattern matching with ModeChanged not tested. Solution: Add a few more test lines. (issue https://github.com/vim/vim/issues/8856)
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Oct 2021 23:00:03 +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 "$@"