view configure @ 15048:73f59cd01ba7 v8.1.0535

patch 8.1.0535: increment/decrement might get interrupted by updating folds commit https://github.com/vim/vim/commit/6b731886ca94d66b9bdedfb7e603af44a6400399 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 16 20:54:47 2018 +0100 patch 8.1.0535: increment/decrement might get interrupted by updating folds Problem: Increment/decrement might get interrupted by updating folds. Solution: Disable fold updating for a moment. (Christian Brabandt, closes #3599)
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Nov 2018 21:00: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 "$@"