view configure @ 22063:0716b3299872 v8.2.1581

patch 8.2.1581: using line() for global popup window doesn't work Commit: https://github.com/vim/vim/commit/1f42f5a675fdab9ce5cdafbecea59c45e81f7ff8 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 3 18:52:24 2020 +0200 patch 8.2.1581: using line() for global popup window doesn't work Problem: Using line() for global popup window doesn't work. Solution: Set tabpage to "curtab". (closes https://github.com/vim/vim/issues/6847)
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Sep 2020 19: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 "$@"