view configure @ 27813:126826449b54 v8.2.4432

patch 8.2.4432: cannot use settabvar() while the cmdline window is open Commit: https://github.com/vim/vim/commit/592f6250017c31c8996325403e511f4502077ba5 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 21 16:13:49 2022 +0000 patch 8.2.4432: cannot use settabvar() while the cmdline window is open Problem: Cannot use settabvar() while the cmdline window is open. Solution: Only give an error when actually switching tabpage. (closes #9813)
author Bram Moolenaar <Bram@vim.org>
date Mon, 21 Feb 2022 17:15: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 "$@"