diff --git a/runtime/doc/gui_mac.txt b/runtime/doc/gui_mac.txt index 9151d0f414..5404cd3267 100644 --- a/runtime/doc/gui_mac.txt +++ b/runtime/doc/gui_mac.txt @@ -273,6 +273,7 @@ KEY VALUE ~ *MMNoTitleBarWindow* hide title bar [bool] *MMTitlebarAppearsTransparent* enable a transparent titlebar [bool] *MMAppearanceModeSelection* dark mode selection (|macvim-dark-mode|)[bool] +*MMSmoothResize* allow smooth resizing of MacVim window [bool] *MMShareFindPboard* share search text to Find Pasteboard [bool] *MMShowAddTabButton* enable "add tab" button on tabline [bool] *MMTabMaxWidth* maximum width of a tab [int] diff --git a/runtime/doc/tags b/runtime/doc/tags index b814dc448b..1e44be0000 100644 --- a/runtime/doc/tags +++ b/runtime/doc/tags @@ -5418,6 +5418,7 @@ MMNonNativeFullScreenSafeAreaBehavior gui_mac.txt /*MMNonNativeFullScreenSafeAre MMNonNativeFullScreenShowMenu gui_mac.txt /*MMNonNativeFullScreenShowMenu* MMShareFindPboard gui_mac.txt /*MMShareFindPboard* MMShowAddTabButton gui_mac.txt /*MMShowAddTabButton* +MMSmoothResize gui_mac.txt /*MMSmoothResize* MMTabMaxWidth gui_mac.txt /*MMTabMaxWidth* MMTabMinWidth gui_mac.txt /*MMTabMinWidth* MMTabOptimumWidth gui_mac.txt /*MMTabOptimumWidth* diff --git a/src/MacVim/Base.lproj/Preferences.xib b/src/MacVim/Base.lproj/Preferences.xib index 84216c9283..3fa5badc61 100644 --- a/src/MacVim/Base.lproj/Preferences.xib +++ b/src/MacVim/Base.lproj/Preferences.xib @@ -20,12 +20,12 @@ - + - - + + @@ -70,8 +70,8 @@ - - + + @@ -149,8 +149,8 @@ - - + + @@ -182,9 +182,37 @@ + + + + + + + + + + + + + + + + - - + +