view configure @ 30213:4fedacdad3b4 v9.0.0442

patch 9.0.0442: virtual text "above" doesn't handel line numbers Commit: https://github.com/vim/vim/commit/79f8b8494cd4f738f25272ece94d8b524b99cb09 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 11 13:31:01 2022 +0100 patch 9.0.0442: virtual text "above" doesn't handel line numbers Problem: Virtual text "above" doesn't handel line numbers. Solution: Take the left column offset into account. (issue https://github.com/vim/vim/issues/11084) Also make padding work.
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Sep 2022 14:45: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 "$@"