view nsis/gvim_version.nsh @ 22411:89277634be10 v8.2.1754

patch 8.2.1754: completion with spell checking not tested Commit: https://github.com/vim/vim/commit/8c7ad3631af570f68b2da2658cf966a9a19cb6c4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 27 13:58:38 2020 +0200 patch 8.2.1754: completion with spell checking not tested Problem: Completion with spell checking not tested. Solution: Add a test case. (Dominique Pell?, closes https://github.com/vim/vim/issues/7024)
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Sep 2020 14:00:05 +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