view nsis/gvim_version.nsh @ 15492:126cdab63a83 v8.1.0754

patch 8.1.0754: preferred column is lost when setting 'cursorcolumn' commit https://github.com/vim/vim/commit/177ab9e0262b1b3a6120bea655864ead487210e5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 15 21:12:57 2019 +0100 patch 8.1.0754: preferred column is lost when setting 'cursorcolumn' Problem: Preferred column is lost when setting 'cursorcolumn'. Solution: Change option flag to P_RWINONLY. (Takayuki Kurosawa, closes #3806)
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Jan 2019 21: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