view configure @ 18317:d2228d4cf1f6 v8.1.2153

patch 8.1.2153: combining text property and syntax highlight is wrong Commit: https://github.com/vim/vim/commit/3439028c8909aaa71ffe612a7191babdfe07c04c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 16 14:38:26 2019 +0200 patch 8.1.2153: combining text property and syntax highlight is wrong Problem: Combining text property and syntax highlight is wrong. (Nick Jensen) Solution: Compute the syntax highlight attribute much earlier. (closes #5057)
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Oct 2019 14:45:04 +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 "$@"