Mercurial > vim
view nsis/gvim_version.nsh @ 22734:02b782e80ee4 v8.2.1915
patch 8.2.1915: Vim9: error for wrong number of arguments is not useful
Commit: https://github.com/vim/vim/commit/6cf7e3b026727818cd137e2b317b1f6d7c072703
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Oct 28 14:31:16 2020 +0100
patch 8.2.1915: Vim9: error for wrong number of arguments is not useful
Problem: Vim9: error for wrong number of arguments is not useful.
Solution: Mention whatever we have for the name. (closes https://github.com/vim/vim/issues/7208)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 28 Oct 2020 14:45:04 +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