view configure @ 15935:ff00d207cc5e v8.1.0973

patch 8.1.0973: pattern with syntax error gives threee error messages commit https://github.com/vim/vim/commit/cd62512c5595fa1f7a7f2c6ec1a90ea6bde3ad50 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 22 17:29:43 2019 +0100 patch 8.1.0973: pattern with syntax error gives threee error messages Problem: Pattern with syntax error gives threee error messages. (Kuang-che Wu) Solution: Remove outdated internal error. Don't fall back to other engine after an error.
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Feb 2019 17:30: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 "$@"