view configure @ 15995:e7030c0c79cd v8.1.1003

patch 8.1.1003: playing back recorded key sequence mistakes key code commit https://github.com/vim/vim/commit/6edbbd8114320089c0e603e033775d9dd34cb10a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 10 09:41:51 2019 +0100 patch 8.1.1003: playing back recorded key sequence mistakes key code Problem: Playing back recorded key sequence mistakes key code. Solution: Insert a <Nop> after the <Esc>. (closes https://github.com/vim/vim/issues/4068)
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 Mar 2019 09:45:10 +0100
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 "$@"