annotate src/GvimExt/gvimext_ming.def @ 28513:6a1e5b188374
v8.2.4781
patch 8.2.4781: Maxima files are not recognized
Commit: https://github.com/vim/vim/commit/d0a20c9d111da75febb60ffee2e15f727ab6a5ad
Author: Doron Behar <doron.behar@gmail.com>
Date: Mon Apr 18 14:32:42 2022 +0100
patch 8.2.4781: Maxima files are not recognized
Problem: Maxima files are not recognized.
Solution: Add patterns to detect Maxima files. (Doron Behar, closes https://github.com/vim/vim/issues/10211)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Mon, 18 Apr 2022 15:45:02 +0200 |
parents |
c3b4b1c89d8e |
children |
|
rev |
line source |
10
|
1 ;gvimdef_ming.def : Declares the module parameters for the DLL.
|
|
2 ;The mingw environment doesn't know anything about private declarations
|
|
3 ;Hence this is the same file as gvimext.def with private removed
|
|
4
|
|
5 LIBRARY gvimext
|
2898
|
6 ; DESCRIPTION 'Vim Shell Extension build with MinGW'
|
10
|
7
|
|
8 EXPORTS
|
|
9 DllCanUnloadNow = DllCanUnloadNow@0
|
|
10 DllGetClassObject = DllGetClassObject@12
|