view configure @ 21929:771904112b47 v8.2.1514

patch 8.2.1514: multibyte vertical separator is cleared when dragging popup Commit: https://github.com/vim/vim/commit/dc0cf1db3e8e0de349e4cc5b0a7ab6c8b7dc2ebb Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 23 15:09:36 2020 +0200 patch 8.2.1514: multibyte vertical separator is cleared when dragging popup Problem: Multibyte vertical separator is cleared when dragging a popup window using a multi-byte character for the border. Solution: Only clear the character before the window if it is double width. (closes #6766)
author Bram Moolenaar <Bram@vim.org>
date Sun, 23 Aug 2020 15:15: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 "$@"