Mercurial > vim
view nsis/gvim_version.nsh @ 28377:3c34cbb8882d v8.2.4714
patch 8.2.4714: using g:filetype_dat and g:filetype_src not tested
Commit: https://github.com/vim/vim/commit/a8034a4886843fbf10bd59a6f55ec723da515b8e
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Apr 8 17:26:26 2022 +0100
patch 8.2.4714: using g:filetype_dat and g:filetype_src not tested
Problem: Using g:filetype_dat and g:filetype_src not tested.
Solution: Add a test. (Patrick Meiser-Knosowski, closes https://github.com/vim/vim/issues/10117)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 08 Apr 2022 18:30: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