view configure @ 21867:76627c726349 v8.2.1483

patch 8.2.1483: Vim9: error for using special as number Commit: https://github.com/vim/vim/commit/165036ddba1318576a29f75d82fae8c326a48f18 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 18 22:50:38 2020 +0200 patch 8.2.1483: Vim9: error for using special as number Problem: Vim9: error for using special as number when returning "false" from a popup filter. Solution: Use tv_get_bool(). (closes #6733)
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Aug 2020 23: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 "$@"