view configure @ 15860:9cd9bf2897de v8.1.0937

patch 8.1.0937: invalid memory access in search pattern commit https://github.com/vim/vim/commit/f1b57ab2ab18032d19f64bff7d22f3adb3fe93f7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 17 13:53:34 2019 +0100 patch 8.1.0937: invalid memory access in search pattern Problem: Invalid memory access in search pattern. (Kuang-che Wu) Solution: Check for incomplete collation element. (Dominique Pelle, closes #3985)
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Feb 2019 14:00:06 +0100
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 "$@"