view configure @ 14860:ac5d0d27aef9 v8.1.0442

patch 8.1.0442: GUI: cursor not drawn after ":redraw | sleep" commit https://github.com/vim/vim/commit/f45d747ebf920940b041f5c75c2bfdffb6b670ae Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 30 18:22:26 2018 +0200 patch 8.1.0442: GUI: cursor not drawn after ":redraw | sleep" Problem: GUI: Cursor not drawn after ":redraw | sleep". Solution: Flush the output. (closes https://github.com/vim/vim/issues/3496)
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Sep 2018 18:30:05 +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 "$@"