view configure @ 12252:3d0e042ec13c v8.0.1006

patch 8.0.1006: quickfix list changes when parsing text with 'erroformat' commit https://github.com/vim/vim/commit/7adf06f4e25c795ba32ff0b2e8591330f6a41afb Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 27 15:23:41 2017 +0200 patch 8.0.1006: quickfix list changes when parsing text with 'erroformat' Problem: Cannot parse text with 'erroformat' without changing a quickfix list. Solution: Add the "text" argument to getqflist(). (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Sun, 27 Aug 2017 15:30:05 +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 "$@"