diff --git a/src/MacVim/MMBackend.m b/src/MacVim/MMBackend.m index 0204ef1f5b..040054b85a 100644 --- a/src/MacVim/MMBackend.m +++ b/src/MacVim/MMBackend.m @@ -1993,8 +1993,10 @@ static void netbeansReadCallback(CFSocketRef s, const void *bytes = [data bytes]; int idx = *((int*)bytes) + 1; send_tabline_menu_event(idx, TABLINE_MENU_CLOSE); + [self redrawScreen]; } else if (AddNewTabMsgID == msgid) { send_tabline_menu_event(0, TABLINE_MENU_NEW); + [self redrawScreen]; } else if (DraggedTabMsgID == msgid) { if (!data) return; const void *bytes = [data bytes];