view configure @ 13429:1bb09ac80ef6 v8.0.1589

patch 8.0.1589: error for setting 'modifiable' when resetting it commit https://github.com/vim/vim/commit/d7db27bafd1045281c965d9483539748a744de70 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 7 23:02:33 2018 +0100 patch 8.0.1589: error for setting 'modifiable' when resetting it Problem: Error for setting 'modifiable' when resetting it. Solution: Check if 'modifiable' was actually set.
author Christian Brabandt <cb@256bit.org>
date Wed, 07 Mar 2018 23:15:05 +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 "$@"