Updated help files

Updated gui_mac.txt to reflect better handling of Unicode.

Not all occurrences of ":action" and ":menukeyequiv" had been changed to
":macaction" and ":macmenukey".

Updated 'guifontwide' entry.
This commit is contained in:
Bjorn Winckler
2007-11-11 15:46:04 +01:00
parent 9d16bac368
commit ea9acd7e15
3 changed files with 11 additions and 9 deletions
+5 -4
View File
@@ -1,4 +1,4 @@
*gui_mac.txt* For Vim version 7.1. Last change: 2007 Oct 14
*gui_mac.txt* For Vim version 7.1. Last change: 2007 Nov 11
VIM REFERENCE MANUAL by Bjorn Winckler
@@ -118,7 +118,7 @@ strings like "((3) of 2)" to appear in the window title.
*macvim-options*
These are the non-standard options that MacVim supports:
'toolbariconsize' 'transparency'
'fullscreen' 'toolbariconsize' 'transparency'
==============================================================================
2. Starting MacVim *macvim-start*
@@ -341,9 +341,10 @@ these are ones that are know and/or which were judged major.
- Localized menus are not supported. Choosing anything but "English" in the
"International" pane of "System Prefences" may break the menus (and
toolbar).
- Composing characters are not supported, they will mess up the display
- Some Unicode characters are not handled well (e.g. nonspacing marks)
- Sometimes multibyte characters look "too wide", i.e. they overlap the
following character. It might help to change 'ambiwidth'.
following character. It might help to change 'ambiwidth', or override the
automatic font substitution by setting 'guifontwide' manually.
- Printing
- No find/replace dialog
+2 -2
View File
@@ -1039,7 +1039,6 @@ The commands are sorted on the non-optional part of their name.
|:abbreviate| :ab[breviate] enter abbreviation
|:abclear| :abc[lear] remove all abbreviations
|:aboveleft| :abo[veleft] make split window appear left or above
|:action| :ac[tion] send action message
|:all| :al[l] open a window for each file in the argument
list
|:amenu| :am[enu] enter new menu item for all modes
@@ -1289,6 +1288,8 @@ The commands are sorted on the non-optional part of their name.
|:lwindow| :lw[indow] open or close location window
|:move| :m[ove] move lines
|:mark| :ma[rk] set a mark
|:macation| :maca[ction] send action message
|:macmenukey| :macm[eyequiv] set key equivalent for menu item
|:make| :mak[e] execute external command 'makeprg' and parse
error messages
|:map| :map show or enter a mapping
@@ -1296,7 +1297,6 @@ The commands are sorted on the non-optional part of their name.
|:marks| :marks list all marks
|:match| :mat[ch] define a match to highlight
|:menu| :me[nu] enter a new menu item
|:menukeyequiv| :menuk[eyequiv] set key equivalent for menu item
|:menutranslate| :menut[ranslate] add a menu translation item
|:messages| :mes[sages] view previously displayed messages
|:mkexrc| :mk[exrc] write current mappings and settings to a file
+4 -3
View File
@@ -3225,7 +3225,7 @@ A jump table for the options with a short description can be found at |Q_op|.
:set guifont=*
< will bring up a font requester, where you can pick the font you want.
In MacVim ":set guifont=*" calls: >
:action orderFrontFontPanel:
:macaction orderFrontFontPanel:
< which is the same as choosing "Show Fonts..." from the main menu.
The font name depends on the GUI used. See |setting-guifont| for a
@@ -3317,8 +3317,9 @@ A jump table for the options with a short description can be found at |Q_op|.
MacVim only: *guifontwide_macvim*
MacVim performs automatic font substitution, setting 'guifontwide' has
no effect.
MacVim performs automatic font substitution. If 'guifontwide' is set,
that font will be used for all wide fonts. However, if a glyph is
not available in the wide font, then font substitution is still used.
GTK+ 2 GUI only: *guifontwide_gtk2*