Mercurial > vim
annotate src/proto/if_ole.pro @ 19131:1fe99999625c v8.2.0125
patch 8.2.0125: :mode no longer works for any system
Commit: https://github.com/vim/vim/commit/3c71aec6966da0ebefc451ded4fbc43f426654f3
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Jan 17 19:32:20 2020 +0100
patch 8.2.0125: :mode no longer works for any system
Problem: :mode no longer works for any system.
Solution: Always give an error message.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 17 Jan 2020 19:45:04 +0100 |
parents | 744c66477ba9 |
children |
rev | line source |
---|---|
7 | 1 /* if_ole.cpp */ |
7813
744c66477ba9
commit https://github.com/vim/vim/commit/4349c57543a98dc417b74da5a08c326337aa0bd3
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
2 void InitOLE(int* pbDoRestart); |
744c66477ba9
commit https://github.com/vim/vim/commit/4349c57543a98dc417b74da5a08c326337aa0bd3
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
3 void UninitOLE(void); |
744c66477ba9
commit https://github.com/vim/vim/commit/4349c57543a98dc417b74da5a08c326337aa0bd3
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
4 void RegisterMe(int silent); |
744c66477ba9
commit https://github.com/vim/vim/commit/4349c57543a98dc417b74da5a08c326337aa0bd3
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
5 void UnregisterMe(int bNotifyUser); |