view configure @ 11641:dbce7e03bf55 v8.0.0703

patch 8.0.0703: illegal memory access with empty :doau command commit https://github.com/vim/vim/commit/faf29d7f91477c25c85d9d7165d90e8d8f1c512e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 9 11:07:16 2017 +0200 patch 8.0.0703: illegal memory access with empty :doau command Problem: Illegal memory access with empty :doau command. Solution: Check the event for being out of range. (James McCoy)
author Christian Brabandt <cb@256bit.org>
date Sun, 09 Jul 2017 11:15: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 "$@"