Skip to content

Commit

Permalink
Update :maca help, release actionDict
Browse files Browse the repository at this point in the history
  • Loading branch information
b4winckler committed Mar 26, 2008
1 parent b11e6ca commit cdb8dc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runtime/doc/gui_mac.txt
Expand Up @@ -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.
Expand All @@ -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-`>)
Expand Down
1 change: 1 addition & 0 deletions src/MacVim/MMBackend.m
Expand Up @@ -169,6 +169,7 @@ - (void)dealloc
[drawData release]; drawData = nil;
[frontendProxy release]; frontendProxy = nil;
[connection release]; connection = nil;
[actionDict release]; actionDict = nil;
[sysColorDict release]; sysColorDict = nil;
[colorDict release]; colorDict = nil;

Expand Down

0 comments on commit cdb8dc1

Please sign in to comment.