annotate src/proto/if_ole.pro @ 6426:f673842874b6 v7.4.543

updated for version 7.4.543 Problem: Since patch 7.4.232 "1,3s/\n//" joins two lines instead of three. (Eliseo Mart?nez) Issue 287 Solution: Correct the line count. (Christian Brabandt) Also set the last used search pattern.
author Bram Moolenaar <bram@vim.org>
date Sat, 13 Dec 2014 03:17:11 +0100
parents 3fc0f57ecb91
children 744c66477ba9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 /* if_ole.cpp */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2 void InitOLE __ARGS((int* pbDoRestart));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 void UninitOLE __ARGS((void));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 void RegisterMe __ARGS((int silent));
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5 void UnregisterMe __ARGS((int bNotifyUser));