view configure @ 11455:08e60ce4cbf3 v8.0.0611

patch 8.0.0611: the screen is not redrawn after sending t_u7 commit https://github.com/vim/vim/commit/976787d1f31451ca7a88e774a03e6c24ddc67876 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 4 15:45:50 2017 +0200 patch 8.0.0611: the screen is not redrawn after sending t_u7 Problem: When t_u7 is sent a few characters in the second screen line are overwritten and not redrawn later. (Rastislav Barlik) Solution: Move redrawing the screen to after overwriting the characters.
author Christian Brabandt <cb@256bit.org>
date Sun, 04 Jun 2017 16:00:03 +0200
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"