Mercurial > vim
view nsis/gvim_version.nsh @ 26777:629e7046ef63 v8.2.3917
patch 8.2.3917: the eval.txt help file is way too big
Commit: https://github.com/vim/vim/commit/1cae5a0a034d0545360387407a7a409310f1efe2
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Dec 27 21:28:34 2021 +0000
patch 8.2.3917: the eval.txt help file is way too big
Problem: The eval.txt help file is way too big.
Solution: Move the builtin function details to a separate file.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 27 Dec 2021 22:30:02 +0100 |
parents | af69c9335223 |
children | f8116058ca76 |
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 2 !endif