view src/proto/if_ole.pro @ 4799:e3f9e33fb28c v7.3.1146

updated for version 7.3.1146 Problem: New regexp engine: look-behind match not checked when followed by zero-width match. Solution: Do the look-behind match before adding the zero-width state.
author Bram Moolenaar <bram@vim.org>
date Sat, 08 Jun 2013 13:33:37 +0200
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));