view configure @ 17310:1b0b90f1d95e v8.1.1654

patch 8.1.1654: GUI: screen updates from 'balloonexpr' are not displayed commit https://github.com/vim/vim/commit/8a7383b6d28be02413cf115d4b8ed1b44d60dd9f Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 8 22:23:33 2019 +0200 patch 8.1.1654: GUI: screen updates from 'balloonexpr' are not displayed Problem: GUI: screen updates from 'balloonexpr' are not displayed. Solution: Update the screen if needed. Also avoid the cursor being displayed in the wrong position.
author Bram Moolenaar <Bram@vim.org>
date Mon, 08 Jul 2019 22:30: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 "$@"