view configure @ 6203:8515b42f939c v7.4.437

updated for version 7.4.437 Problem: New and old regexp engine are not consistent. Solution: Also give an error for "\ze*" for the old regexp engine.
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Sep 2014 17:18:49 +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 "$@"