view src/GvimExt/gvimext.def @ 5192:c28202427d71 v7.4a.022

updated for version 7.4a.022 Problem: Using "d2g$" does not delete the last character. (ZyX) Solution: Set the "inclusive" flag properly.
author Bram Moolenaar <bram@vim.org>
date Sun, 14 Jul 2013 13:32:15 +0200
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