Update :maca help, release actionDict

This commit is contained in:
Bjorn Winckler
2008-03-26 20:41:00 +01:00
parent b11e6ca3c9
commit cdb8dc17ca
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -361,8 +361,8 @@ application bundle) which contains all actions that may be called. The key in
this dictionary is the name of the action message (case sensitive), the value
is not used.
Note: The |:macaction| command supports tab-completion so to cycle through
all available actions type ":maca<Space><Tab>" and keep pressing <Tab>.
Hint: The |:macaction| command supports command-line completion so you can
enter ":maca<Space><C-d>" to see a list of all available actions.
Here is a random assortment of actions from Actions.plist which might be
useful.
@@ -376,6 +376,7 @@ newWindow: Open a new (empty) window
orderFrontCharacterPalette: Show the the "Special Characters" dialog
orderFrontFontPanel: Show the Font panel
orderFrontPreferencePanel: Show the Preferences panel
performClose: Close tab/window
performZoom: Zoom window (same as clicking the green blob)
selectNextWindow: Select next window (similar to <D-`>)
selectPreviousWindow: Select previous window (similar to <S-D-`>)
+1
View File
@@ -169,6 +169,7 @@ static NSString *MMSymlinkWarningString =
[drawData release]; drawData = nil;
[frontendProxy release]; frontendProxy = nil;
[connection release]; connection = nil;
[actionDict release]; actionDict = nil;
[sysColorDict release]; sysColorDict = nil;
[colorDict release]; colorDict = nil;