view configure @ 22129:003f51ef2e5c v8.2.1614

patch 8.2.1614: Vim9: cannot pass "true" to searchcount() Commit: https://github.com/vim/vim/commit/597aaac9d2b090e0eb738ab4e2afd454b7b92393 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 21:21:16 2020 +0200 patch 8.2.1614: Vim9: cannot pass "true" to searchcount() Problem: Vim9: cannot pass "true" to searchcount(). Solution: Use tv_get_bool_chk(). (closes https://github.com/vim/vim/issues/6854)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 21:30: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 "$@"