Mercurial > vim
view nsis/gvim_version.nsh @ 9904:24900147aa44 v7.4.2226
commit https://github.com/vim/vim/commit/339288377072f66ec88e21903e75a82d23ffbf4f
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Aug 18 21:22:04 2016 +0200
patch 7.4.2226
Problem: The field names used by getbufinfo(), gettabinfo() and
getwininfo() are not consistent.
Solution: Use bufnr, winnr and tabnr. (Yegappan Lakshmanan)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 18 Aug 2016 21:30:07 +0200 |
parents | 357b7bd8d612 |
children | 9f48eab77d62 |
line wrap: on
line source
# Generated from Makefile: define the version numbers !ifndef __GVIM_VER__NSH__ !define __GVIM_VER__NSH__ !define VER_MAJOR 7 !define VER_MINOR 4 !endif