annotate src/GvimExt/gvimext_ming.def @ 23884:00e904bdb8a5
v8.2.2484
patch 8.2.2484: Vim9: Cannot use a comment starting with #{
Commit: https://github.com/vim/vim/commit/dee37dc733df444df1950eb922a35560e4b113d6
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Feb 7 16:40:05 2021 +0100
patch 8.2.2484: Vim9: Cannot use a comment starting with #{
Problem: Vim9: Cannot use a comment starting with #{ after an expression.
Solution: Remove the check for "{" since #{ dictionaries are not supported.
author |
Bram Moolenaar <Bram@vim.org> |
date |
Sun, 07 Feb 2021 16:45:04 +0100 |
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
|