view configure @ 14471:2f6f886d9a87 v8.1.0249

patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it commit https://github.com/vim/vim/commit/7ebf4e1c346783b25624258e5bcc599130fd18f9 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 7 20:01:40 2018 +0200 patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it Problem: GTK: when screen DPI changes Vim does not handle it. Solution: Handle the gtk-xft-dpi signal. (Roel van de Kraats, closes #2357)
author Christian Brabandt <cb@256bit.org>
date Tue, 07 Aug 2018 20:15:05 +0200
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"