view nsis/gvim_version.nsh @ 18858:539c05ea2d3a v8.1.2415

patch 8.1.2415: popup menu flickers if an info popup is used Commit: https://github.com/vim/vim/commit/04357fbb87e65e50cc76295aec50114adb5cbd68 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 10 21:50:56 2019 +0100 patch 8.1.2415: popup menu flickers if an info popup is used Problem: Popup menu flickers if an info popup is used. (Nick Spoons) Solution: Set the pum_skip_redraw flag.
author Bram Moolenaar <Bram@vim.org>
date Tue, 10 Dec 2019 22:00:04 +0100
parents 1174611ad715
children af69c9335223
line wrap: on
line source

# Generated from Makefile: define the version numbers
!ifndef __GVIM_VER__NSH__
!define __GVIM_VER__NSH__
!define VER_MAJOR 8
!define VER_MINOR 1
!endif