view configure @ 25551:5ab75ca75d21 v8.2.3312

patch 8.2.3312: Vim9: after "if false" line breaks in expression not skipped Commit: https://github.com/vim/vim/commit/e525bdda3aa29f0ffcb18d8d16903ebafc2b5881 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 7 18:12:40 2021 +0200 patch 8.2.3312: Vim9: after "if false" line breaks in expression not skipped Problem: Vim9: after "if false" line breaks in expression not skipped. Solution: Do parse the expression. (closes https://github.com/vim/vim/issues/8723)
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Aug 2021 18:15:03 +0200
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 "$@"