Mercurial > vim
view nsis/gvim_version.nsh @ 25451:6f2384c064e4 v8.2.3262
patch 8.2.3262: build failure when ABORT_ON_INTERNAL_ERROR is defined
Commit: https://github.com/vim/vim/commit/9e0ee590197d74f94b7127bf0e033e4f83cf3762
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jul 31 22:17:28 2021 +0200
patch 8.2.3262: build failure when ABORT_ON_INTERNAL_ERROR is defined
Problem: Build failure when ABORT_ON_INTERNAL_ERROR is defined.
Solution: Adjust how estack_len_before is used.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 31 Jul 2021 22:30:02 +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