view configure @ 22085:79dd6062d15c v8.2.1592

patch 8.2.1592: Vim9: passing "true" to char2nr() fails Commit: https://github.com/vim/vim/commit/24f7750ffa9730579736d779b7cc94faff325fc1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 4 19:50:57 2020 +0200 patch 8.2.1592: Vim9: passing "true" to char2nr() fails Problem: Vim9: passing "true" to char2nr() fails. Solution: Use tv_get_bool_chk(). (closes https://github.com/vim/vim/issues/6865)
author Bram Moolenaar <Bram@vim.org>
date Fri, 04 Sep 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 "$@"