view configure @ 11678:6bbc7bc0f3dd v8.0.0722

patch 8.0.0722: screen is messed by timer up at inputlist() prompt commit https://github.com/vim/vim/commit/c9041079a199d753e73d3b242f21cc8db620179a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 16 15:48:46 2017 +0200 patch 8.0.0722: screen is messed by timer up at inputlist() prompt Problem: Screen is messed by timer up at inputlist() prompt. Solution: Set state to ASKMORE. (closes https://github.com/vim/vim/issues/1843)
author Christian Brabandt <cb@256bit.org>
date Sun, 16 Jul 2017 16:00:04 +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 "$@"