view src/configure @ 30397:3f2fcc517d79 v9.0.0534

patch 9.0.0534: line number is displayed at virtual text "above" Commit: https://github.com/vim/vim/commit/ec5e1483ebda577e0b7f638c485203cd0e479c47 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 21 16:38:13 2022 +0100 patch 9.0.0534: line number is displayed at virtual text "above" Problem: Line number is displayed at virtual text "above". Solution: Show the line number at the text line.
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Sep 2022 17:45:03 +0200
parents cd9471bd8e9e
children
line wrap: on
line source

#! /bin/sh
# run the automatically generated configure script
CONFIG_STATUS=auto/config.status \
	auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache
result=$?

# Stupid autoconf 2.5x causes this file to be left behind.
if test -f configure.lineno; then rm -f configure.lineno; fi

exit $result