view nsis/gvim_version.nsh @ 30655:0fbf3e042602 v9.0.0662

patch 9.0.0662: concealed characters do not work correctly Commit: https://github.com/vim/vim/commit/75008661821eee6989476908feaf64a9dea03e05 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 4 22:40:56 2022 +0100 patch 9.0.0662: concealed characters do not work correctly Problem: Concealed characters do not work correctly. Solution: Subtract boguscols instead of adding them. (closes https://github.com/vim/vim/issues/11273)
author Bram Moolenaar <Bram@vim.org>
date Tue, 04 Oct 2022 23:45:02 +0200
parents f8116058ca76
children 4635e43f2c6f
line wrap: on
line source

# Generated from Makefile: define the version numbers
!ifndef __GVIM_VER__NSH__
!define __GVIM_VER__NSH__
!define VER_MAJOR 9
!define VER_MINOR 0
!endif