view configure @ 30365:748b8dcfba57 v9.0.0518

patch 9.0.0518: virtual text highlight starts too early with 'nowrap' Commit: https://github.com/vim/vim/commit/b84d565c623c00ca40bb4c1269a6860f780dda09 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 20 17:57:53 2022 +0100 patch 9.0.0518: virtual text highlight starts too early with 'nowrap' Problem: Virtual text highlight starts too early with 'nowrap' and 'number' set. Solution: Add the offset to the attribute skip count. (issue #11138)
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 19:00:05 +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 "$@"