mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Remove "No connection ..." warning with --remote
This commit is contained in:
@@ -1439,7 +1439,8 @@ extern GuiFont gui_mch_retain_font(GuiFont font);
|
||||
ASLogNotice(@"serverList failed: reason=%@", ex);
|
||||
}
|
||||
} else {
|
||||
EMSG(_("E???: No connection to MacVim, server listing not possible."));
|
||||
// We get here if a --remote flag is used before MacVim has started.
|
||||
ASLogInfo(@"No connection to MacVim, server listing not possible.");
|
||||
}
|
||||
|
||||
return list;
|
||||
|
||||
Reference in New Issue
Block a user