view nsis/gvim_version.nsh @ 15398:3e02464faaac v8.1.0707

patch 8.1.0707: text property columns are not adjusted for changed indent commit https://github.com/vim/vim/commit/663bc89bbb8158bd0888f7d7228b2dbc6bbd4802 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 8 23:07:24 2019 +0100 patch 8.1.0707: text property columns are not adjusted for changed indent Problem: Text property columns are not adjusted for changed indent. Solution: Adjust text properties.
author Bram Moolenaar <Bram@vim.org>
date Tue, 08 Jan 2019 23:15:05 +0100
parents 1174611ad715
children af69c9335223
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 1
!endif