annotate src/GvimExt/gvimext_ming.def @ 13662:5eac31544dd0
v8.0.1703
patch 8.0.1703: in the tutor 'showcmd' is not set
commit https://github.com/vim/vim/commit/527dec3f94c72096bf6baf4bb71f1a21dc7df89c
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Apr 12 20:36:43 2018 +0200
patch 8.0.1703: in the tutor 'showcmd' is not set
Problem: In the tutor 'showcmd' is not set.
Solution: Set 'showcmd' in the vimtutor script. (Ken Takata, closes https://github.com/vim/vim/issues/2792)
author |
Christian Brabandt <cb@256bit.org> |
date |
Thu, 12 Apr 2018 20:45:07 +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
|