view configure @ 22610:08e2363fd0de v8.2.1853

patch 8.2.1853: "to_f" is recognized at "topleft" modifier Commit: https://github.com/vim/vim/commit/7a66a17190f2f64688a697ea29d58388612122ce Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 16 19:56:12 2020 +0200 patch 8.2.1853: "to_f" is recognized at "topleft" modifier Problem: "to_f" is recognized at "topleft" modifier. Solution: Do not recognize modifer when "_" follows. (closes https://github.com/vim/vim/issues/7019)
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Oct 2020 20:00:04 +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 "$@"