Mercurial > vim
view nsis/gvim_version.nsh @ 25858:fc39d7352cb6 v8.2.3463
patch 8.2.3463: pattern matching with ModeChanged not tested
Commit: https://github.com/vim/vim/commit/72d2fa69e56dd0e61eac87a9c3b79cd89d47cdd9
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Oct 2 21:48:15 2021 +0100
patch 8.2.3463: pattern matching with ModeChanged not tested
Problem: Pattern matching with ModeChanged not tested.
Solution: Add a few more test lines. (issue https://github.com/vim/vim/issues/8856)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 02 Oct 2021 23:00:03 +0200 |
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