Mercurial > vim
view src/proto/if_ole.pro @ 4120:4e6e012af150 v7.3.813
updated for version 7.3.813
Problem: The CompleteDone event is not triggered when there are no pattern
matches. (Jianjun Mao)
Solution: Trigger the event. (Christian Brabandt)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 13 Feb 2013 16:30:21 +0100 |
parents | 3fc0f57ecb91 |
children | 744c66477ba9 |
line wrap: on
line source
/* if_ole.cpp */ void InitOLE __ARGS((int* pbDoRestart)); void UninitOLE __ARGS((void)); void RegisterMe __ARGS((int silent)); void UnregisterMe __ARGS((int bNotifyUser));