Mercurial > vim
view nsis/gvim_version.nsh @ 27515:1aff400b819e v8.2.4285
patch 8.2.4285: Vim9: type of item in for loop not checked properly
Commit: https://github.com/vim/vim/commit/a1c519518050383e7d319514a3ff6c42a9154c48
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Feb 2 16:20:26 2022 +0000
patch 8.2.4285: Vim9: type of item in for loop not checked properly
Problem: Vim9: type of item in for loop not checked properly.
Solution: Adjust the type checking. (closes https://github.com/vim/vim/issues/9683)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 02 Feb 2022 17:30:05 +0100 |
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