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.
2 parents fa9800e + 417dd19 commit 392fcf3Copy full SHA for 392fcf3
src/MacVim/MMBackend.m
@@ -3449,8 +3449,7 @@ - (id)initWithChannel:(channel_T *)c part:(int)p
3449
&socketReadCallback,
3450
&ctx);
3451
CFOptionFlags opt = CFSocketGetSocketFlags(socket);
3452
- opt &= ~(kCFSocketCloseOnInvalidate|
3453
- kCFSocketAutomaticallyReenableReadCallBack);
+ opt &= ~kCFSocketCloseOnInvalidate;
3454
CFSocketSetSocketFlags(socket, opt);
3455
runLoopSource = CFSocketCreateRunLoopSource(NULL,
3456
socket,
0 commit comments