view src/configure @ 24647:3f6a0ff1c5d3 v8.2.2862

patch 8.2.2862: removing a text property causes the whole window to be redawn Commit: https://github.com/vim/vim/commit/fc643e6016af80ed5be4570db5c26a6410f52d16 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 17 00:15:18 2021 +0200 patch 8.2.2862: removing a text property causes the whole window to be redawn Problem: Removing a text property causes the whole window to be redawn. Solution: Use changed_lines_buf() to only redraw the affected lines.
author Bram Moolenaar <Bram@vim.org>
date Mon, 17 May 2021 00:30: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