view configure @ 17827:6de5558c5242 v8.1.1910

patch 8.1.1910: redrawing too much when toggling 'relativenumber' Commit: https://github.com/vim/vim/commit/448262176b382c63bd2faa9a1354670a4eede36b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 22 21:23:20 2019 +0200 patch 8.1.1910: redrawing too much when toggling 'relativenumber' Problem: Redrawing too much when toggling 'relativenumber'. Solution: Only clear when 'signcolumn' is set to "number". (Yegappan Lakshmanan, closes #4852)
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Aug 2019 21:30:03 +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 "$@"