view configure @ 26232:393ee487cf82 v8.2.3647

patch 8.2.3647: GTK: when using ligatures the cursor is drawn wrong Commit: https://github.com/vim/vim/commit/ce59b9f29244d98e55e3ec6be341c4d521159e8f Author: Dusan Popovic <dpx@binaryapparatus.com> Date: Mon Nov 22 17:18:44 2021 +0000 patch 8.2.3647: GTK: when using ligatures the cursor is drawn wrong Problem: GTK: when using ligatures the cursor is drawn wrong. Solution: Clear more characters when ligatures are used. (Dusan Popovic, closes #9190)
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Nov 2021 18:30:04 +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 "$@"