Mercurial > vim
view nsis/gvim_version.nsh @ 18285:db8cd5e56586 v8.1.2137
patch 8.1.2137: parsing the termresponse is not tested
Commit: https://github.com/vim/vim/commit/1a4cbb19ded7ad6cb161f2797e0414032d1f9b5c
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Oct 12 13:25:44 2019 +0200
patch 8.1.2137: parsing the termresponse is not tested
Problem: Parsing the termresponse is not tested.
Solution: Add a first test. (related to https://github.com/vim/vim/issues/5042)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 12 Oct 2019 13:30: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