view configure @ 31113:6ff733178f8b v9.0.0891

patch 9.0.0891: virtual text below after match has wrong highlight Commit: https://github.com/vim/vim/commit/fc1b2d0961ad963e6337c25efe082f4c526aca5e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 16 22:12:57 2022 +0000 patch 9.0.0891: virtual text below after match has wrong highlight Problem: Virtual text below after match has wrong highlight. Solution: Restore search_attr only after the virtual text. (closes #11446)
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Nov 2022 23:15:04 +0100
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 "$@"