view configure @ 15784:703220741ed1 v8.1.0899

patch 8.1.0899: no need to check restricted mode for setwinvar() commit https://github.com/vim/vim/commit/e0fb7d1e38e1cf699412e212cda863420f5f8bd2 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 12 20:48:10 2019 +0100 patch 8.1.0899: no need to check restricted mode for setwinvar() Problem: No need to check restricted mode for setwinvar(). Solution: Remove check_restricted().
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 Feb 2019 21:00:15 +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 "$@"