view configure @ 14250:ca6ccee4823f v8.1.0141

patch 8.1.0141: :cexpr no longer jumps to the first error commit https://github.com/vim/vim/commit/531b9a3a638cb1147db4f096bfbcb14d2ae32b04 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 3 16:54:23 2018 +0200 patch 8.1.0141: :cexpr no longer jumps to the first error Problem: :cexpr no longer jumps to the first error. Solution: Use the quickfix list identifier. (Yegappan Lakshmanan, closes #3092)
author Christian Brabandt <cb@256bit.org>
date Tue, 03 Jul 2018 17:00:06 +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 "$@"