view configure @ 23642:8df4e9e2394f v8.2.2363

patch 8.2.2363: curpos() does not accept a string argument as before Commit: https://github.com/vim/vim/commit/9ebcf231bdccc1673cc92b20f5190fc577ad29d0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 16 16:52:49 2021 +0100 patch 8.2.2363: curpos() does not accept a string argument as before Problem: curpos() does not accept a string argument as before. solution: Make a string argument work again. (Yegappan Lakshmanan, closes #7690
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Jan 2021 17:00:03 +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 "$@"