view configure @ 30039:4b9b237d1211 v9.0.0357

patch 9.0.0357: 'linebreak' interferes with text property highlight Commit: https://github.com/vim/vim/commit/cf2bb633978a3d2d5bba06611c95e15170662c15 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 2 13:26:29 2022 +0100 patch 9.0.0357: 'linebreak' interferes with text property highlight Problem: 'linebreak' interferes with text property highlight if there is syntax highlighting. Solution: Check the text prop attributes after combining with syntax attributes. (closes #11035)
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Sep 2022 14:30: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 "$@"