view src/GvimExt/gvimext.def @ 27593:8c7836f8668d v8.2.4323

patch 8.2.4323: Vim9: nested function name can start with "_" Commit: https://github.com/vim/vim/commit/f681cfb90b972cb347b3d707c87e48f8accd0e2a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 7 20:30:57 2022 +0000 patch 8.2.4323: Vim9: nested function name can start with "_" Problem: Vim9: nested function name can start with "_". Solution: Use same rule for function name for nested functions. (closes #9713)
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Feb 2022 21:45:02 +0100
parents c3b4b1c89d8e
children
line wrap: on
line source

;gvimdef.def : Declares the module parameters for the DLL.

LIBRARY      gvimext
; DESCRIPTION  'Vim Shell Extension'

EXPORTS
    DllCanUnloadNow private
    DllGetClassObject private