Mercurial > vim
view nsis/gvim_version.nsh @ 8324:5e88bd55b789 v7.4.1454
commit https://github.com/vim/vim/commit/9730f74a0b2acb490943393a203a24ab8fab923a
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Feb 28 19:50:51 2016 +0100
patch 7.4.1454
Problem: The exit callback test is flaky.
Solution: Loop to wait for a short time up to a second.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 28 Feb 2016 20:00:04 +0100 |
parents | 357b7bd8d612 |
children | 9f48eab77d62 |
line wrap: on
line source
# Generated from Makefile: define the version numbers !ifndef __GVIM_VER__NSH__ !define __GVIM_VER__NSH__ !define VER_MAJOR 7 !define VER_MINOR 4 !endif