view nsis/gvim_version.nsh @ 18219:5d67f207f7c3 v8.1.2104

patch 8.1.2104: the normal.c file is too big Commit: https://github.com/vim/vim/commit/792cf5e1bec04c6d6d70cfbb9ef24c798b469731 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 30 23:12:16 2019 +0200 patch 8.1.2104: the normal.c file is too big Problem: The normal.c file is too big. Solution: Move do_pending_operator() to ops.c. (Yegappan Lakshmanan, closes #4999).
author Bram Moolenaar <Bram@vim.org>
date Mon, 30 Sep 2019 23:15:03 +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