annotate src/proto/if_ole.pro @ 6876:4ece46045a5a v7.4.758

patch 7.4.758 Problem: When 'conceallevel' is 1 and quitting the command-line window with CTRL-C the first character ':' is erased. Solution: Reset 'conceallevel' in the command-line window. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Thu, 25 Jun 2015 18:20:36 +0200
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));