view configure @ 15052:35c2d164a630 v8.1.0537

patch 8.1.0537: ui_breakcheck() may be called recursively commit https://github.com/vim/vim/commit/48d23bb4de3dd37ba0d0b22e7c39d6b894cb1f75 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 20 02:42:43 2018 +0100 patch 8.1.0537: ui_breakcheck() may be called recursively Problem: ui_breakcheck() may be called recursively, which doesn't work. Solution: When called recursively, just return. (James McCoy, closes https://github.com/vim/vim/issues/3617)
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Nov 2018 02:45:06 +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 "$@"