view configure @ 23491:ac5ead954dcd v8.2.2288

patch 8.2.2288: Vim9: line break and comment not always skipped Commit: https://github.com/vim/vim/commit/5afd081cd3d0f3dfbc7f6b157a8caad0ce6394ee Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 3 18:33:13 2021 +0100 patch 8.2.2288: Vim9: line break and comment not always skipped Problem: Vim9: line break and comment not always skipped. Solution: Skip over white space and then line break more consistently. (closes #7610)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Jan 2021 18:45: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 "$@"