view configure @ 22137:faaf88167b58 v8.2.1618

patch 8.2.1618: Vim9: cannot pass "true" to setloclist() Commit: https://github.com/vim/vim/commit/401f0c07982247cc6d1cd22be08b05c44f7fd040 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 22:37:39 2020 +0200 patch 8.2.1618: Vim9: cannot pass "true" to setloclist() Problem: Vim9: cannot pass "true" to setloclist(). Solution: Use dict_get_bool(). (closes https://github.com/vim/vim/issues/6882)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 22:45:03 +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 "$@"