view configure @ 28788:a79f44a2d1ce v8.2.4918

patch 8.2.4918: conceal character from matchadd() displayed too many times Commit: https://github.com/vim/vim/commit/9830db63057db76044eca89cc4cfb2758ae7a543 Author: LemonBoy <thatlemon@gmail.com> Date: Sun May 8 21:25:20 2022 +0100 patch 8.2.4918: conceal character from matchadd() displayed too many times Problem: Conceal character from matchadd() displayed too many times. Solution: Check the syntax flag. (closes https://github.com/vim/vim/issues/10381, closes https://github.com/vim/vim/issues/7268)
author Bram Moolenaar <Bram@vim.org>
date Sun, 08 May 2022 22:30: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 "$@"