view configure @ 11664:e3bfe624ba0a v8.0.0714

patch 8.0.0714: when a timer causes a command line redraw " goes missing commit https://github.com/vim/vim/commit/a92522fbf3a49d06e08caf010f7d7b0f58d2e131 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 15 15:21:38 2017 +0200 patch 8.0.0714: when a timer causes a command line redraw " goes missing Problem: When a timer causes a command line redraw the " that is displayed for CTRL-R goes missing. Solution: Remember an extra character to display.
author Christian Brabandt <cb@256bit.org>
date Sat, 15 Jul 2017 15:30: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 "$@"