view configure @ 31986:e0e1ba7daaf4 v9.0.1325

patch 9.0.1325: 'colorcolumn' highlight wrong with virtual text above Commit: https://github.com/vim/vim/commit/f53e065bce1adff4bff202ed3ba9982ece90b745 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 19 14:16:02 2023 +0000 patch 9.0.1325: 'colorcolumn' highlight wrong with virtual text above Problem: 'colorcolumn' highlight wrong with virtual text above. Solution: Adjust column of 'colorcolumn' for text propertly. (closes https://github.com/vim/vim/issues/12004)
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Feb 2023 15:30: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 "$@"