diff --git a/src/MacVim/MMVimView.m b/src/MacVim/MMVimView.m index d0a119f174..c062aedec5 100644 --- a/src/MacVim/MMVimView.m +++ b/src/MacVim/MMVimView.m @@ -982,7 +982,7 @@ - (void)frameSizeMayHaveChanged:(BOOL)keepGUISize // We only want to set the window title if this resize came from // a live-resize, not (for example) setting 'columns' or 'lines'. if ([self inLiveResize]) { - [[self window] setTitle:[NSString stringWithFormat:@"%dx%d", + [[self window] setTitle:[NSString stringWithFormat:@"%d × %d", constrained[1], constrained[0]]]; } }