annotate nsis/gvim_version.nsh @ 32365:da534deace14 v9.0.1514

patch 9.0.1514: test waits unnecessarily long before checking screendump Commit: https://github.com/vim/vim/commit/45fcb7928af8ac9bc5685ce7c804b8250866a874 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 6 13:01:27 2023 +0100 patch 9.0.1514: test waits unnecessarily long before checking screendump Problem: Test waits unnecessarily long before checking screendump. Solution: Remove TermWait() call.
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 May 2023 14:15:02 +0200
parents f8116058ca76
children 4635e43f2c6f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7443
357b7bd8d612 commit https://github.com/vim/vim/commit/6c7b44472f7055c78d996e1b626bd2932502212f
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
1 # Generated from Makefile: define the version numbers
357b7bd8d612 commit https://github.com/vim/vim/commit/6c7b44472f7055c78d996e1b626bd2932502212f
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
2 !ifndef __GVIM_VER__NSH__
357b7bd8d612 commit https://github.com/vim/vim/commit/6c7b44472f7055c78d996e1b626bd2932502212f
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
3 !define __GVIM_VER__NSH__
29314
f8116058ca76 release version 9.0
Bram Moolenaar <Bram@vim.org>
parents: 18879
diff changeset
4 !define VER_MAJOR 9
f8116058ca76 release version 9.0
Bram Moolenaar <Bram@vim.org>
parents: 18879
diff changeset
5 !define VER_MINOR 0
7443
357b7bd8d612 commit https://github.com/vim/vim/commit/6c7b44472f7055c78d996e1b626bd2932502212f
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
6 !endif