diff src/version.c @ 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 0211e295835e
children 2771a99db70c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    249,
+/**/
     248,
 /**/
     247,