view nsis/gvim_version.nsh @ 14039:acb2dc112b06 v8.1.0037

patch 8.1.0037: cannot easily append lines to another buffer commit https://github.com/vim/vim/commit/ca851593a660f08aba5c134f90c238d4a3e983e6 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 6 21:04:07 2018 +0200 patch 8.1.0037: cannot easily append lines to another buffer Problem: Cannot easily append lines to another buffer. Solution: Add appendbufline().
author Christian Brabandt <cb@256bit.org>
date Wed, 06 Jun 2018 21:15:05 +0200
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