view configure @ 12190:497b78526358 v8.0.0975

patch 8.0.0975: using freed memory when setting 'backspace' commit https://github.com/vim/vim/commit/edbc0d46cffe1766d0b330dc2842212cff644f8e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 20 16:11:51 2017 +0200 patch 8.0.0975: using freed memory when setting 'backspace' Problem: Using freed memory when setting 'backspace'. Solution: When changing oldval also change origval.
author Christian Brabandt <cb@256bit.org>
date Sun, 20 Aug 2017 16:15: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 "$@"