Mercurial > vim
view nsis/gvim_version.nsh @ 29052:e91e749ac101 v8.2.5048
patch 8.2.5048: when using XIM the gui test may fail
Commit: https://github.com/vim/vim/commit/b5912e0643dc21b1b88c517d3ac1282eba57293d
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue May 31 17:03:14 2022 +0100
patch 8.2.5048: when using XIM the gui test may fail
Problem: When using XIM the gui test may fail.
Solution: Only use --not-a-term when not using XIM.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 31 May 2022 18:15:03 +0200 |
parents | af69c9335223 |
children | f8116058ca76 |
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 2 !endif