view src/configure @ 28236:3f6c0a5c99bb v8.2.4644

patch 8.2.4644: redrawing too often when 'relativenumber' is set Commit: https://github.com/vim/vim/commit/1624639ec8a6c3c99e417a2990f2f02f0d0b6e10 Author: Lewis Russell <lewis6991@gmail.com> Date: Tue Mar 29 11:38:17 2022 +0100 patch 8.2.4644: redrawing too often when 'relativenumber' is set Problem: Redrawing too often when 'relativenumber' is set. Solution: Only redraw when the cursor line changed. (Lewis Russell, closes #10040)
author Bram Moolenaar <Bram@vim.org>
date Tue, 29 Mar 2022 12: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