From cac7601a5d60ffadbb2be13e3603c1e929ff5e4a Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sat, 20 Jun 2009 20:26:14 +0200 Subject: [PATCH] Change name of window menu items Change "Next/Previous Tab" to "Select Next/Previous Tab" to keep titles the same as in e.g. Safari. --- src/MacVim/gvimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/MacVim/gvimrc b/src/MacVim/gvimrc index 335c4dfc..40958beb 100644 --- a/src/MacVim/gvimrc +++ b/src/MacVim/gvimrc @@ -97,8 +97,8 @@ an 9900.311 Window.Zoom\ All an 9900.320 Window.Toggle\ Full\ Screen\ Mode :set invfullscreen an 9900.330 Window.-SEP1- " TODO! Grey out if no tabs are visible. -an 9900.340 Window.Previous\ Tab :tabprevious -an 9900.350 Window.Next\ Tab :tabnext +an 9900.340 Window.Select\ Next\ Tab :tabnext +an 9900.350 Window.Select\ Previous\ Tab :tabprevious an 9900.360 Window.-SEP2- an 9900.370 Window.Bring\ All\ To\ Front @@ -257,8 +257,8 @@ macm Window.Minimize\ All key= action=miniaturizeAll: alt=YES macm Window.Zoom key= action=performZoom: macm Window.Zoom\ All key= action=zoomAll: alt=YES macm Window.Toggle\ Full\ Screen\ Mode key= -macm Window.Previous\ Tab key= -macm Window.Next\ Tab key= +macm Window.Select\ Next\ Tab key= +macm Window.Select\ Previous\ Tab key= macm Window.Bring\ All\ To\ Front action=arrangeInFront: macm Help.MacVim\ Help key= -- 2.11.4.GIT