view configure @ 22732:4c21a3a47707 v8.2.1914

patch 8.2.1914: Vim9: cannot put line break in expression for '=' register Commit: https://github.com/vim/vim/commit/b4bcea474d9006e4db1fa5d6828773e739af14bb Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 28 13:53:50 2020 +0100 patch 8.2.1914: Vim9: cannot put line break in expression for '=' register Problem: Vim9: cannot put line break in expression for '=' register. Solution: Pass fgetline to set_expr_line(). (closes https://github.com/vim/vim/issues/7209)
author Bram Moolenaar <Bram@vim.org>
date Wed, 28 Oct 2020 14:00:04 +0100
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"