view nsis/gvim_version.nsh @ 28528:6b1da12297e5 v8.2.4788

patch 8.2.4788: large payload for LSP message not tested Commit: https://github.com/vim/vim/commit/bac9a9e5c233dcf9cf734c61e4e4311fe57eccd1 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Tue Apr 19 10:25:13 2022 +0100 patch 8.2.4788: large payload for LSP message not tested Problem: Large payload for LSP message not tested. Solution: Add a test with a large LSP payload. (Yegappan Lakshmanan, closes #10223)
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 Apr 2022 11:30: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