We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae55b64 commit 7e288d3Copy full SHA for 7e288d3
2 files changed
src/proto.h
@@ -296,6 +296,9 @@ int clip_mch_own_selection(VimClipboard *cbd);
296
void clip_mch_request_selection(VimClipboard *cbd);
297
void clip_mch_set_selection(VimClipboard *cbd);
298
#endif
299
+#if defined(MACOS_X) && defined(FEAT_GUI)
300
+void macosx_fork();
301
+#endif
302
303
#ifdef __BORLANDC__
304
# define _PROTO_H
src/proto/os_macosx.pro
0 commit comments