From 734585ba50e5be9bff4c85493a108a2d584e42d2 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Mon, 19 May 2008 20:08:52 +0200 Subject: [PATCH] Add "File.Save All" menu item This patch serves the secondary purpose of showing off the new feature of being able to specify alternate menu items using the new :macmenu command. When the "File" menu is revealed either the "Save All" or the "Save" item is displayed, depending on whether Alt is held or not. --- src/MacVim/gvimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/MacVim/gvimrc b/src/MacVim/gvimrc index e128fb76..e1ade846 100644 --- a/src/MacVim/gvimrc +++ b/src/MacVim/gvimrc @@ -44,11 +44,13 @@ aunmenu File.Save-Exit an 10.290 File.New\ Window an 10.295 File.New\ Tab :tabnew -an 10.310 File.&Open\.\.\. +an 10.310 File.Open\.\.\. an 10.325 File.Open\ Recent an 10.328 File.-SEP0- an 10.330 File.Close\ Window:qa :conf qa an 10.332 File.Close :conf q +an 10.341 File.Save\ All :browse conf wa +an 10.350 File.Save\ As\.\.\.:sav :browse confirm saveas " Edit menu @@ -203,6 +205,7 @@ macm File.Open\ Recent action=recentFilesDummy: macm File.Close\ Window key= macm File.Close key= action=performClose: macm File.Save key= +macm File.Save\ All key= alt=YES macm File.Save\ As\.\.\. key= macm File.Print key= -- 2.11.4.GIT