From 63bf99eed7cd2b48bfab936b78ac6cfdb4cbcda4 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sun, 11 Nov 2007 15:46:04 +0100 Subject: [PATCH] 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. --- runtime/doc/gui_mac.txt | 9 +++++---- runtime/doc/index.txt | 6 +++--- runtime/doc/options.txt | 9 +++++---- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/runtime/doc/gui_mac.txt b/runtime/doc/gui_mac.txt index f43a0841..98b70342 100644 --- a/runtime/doc/gui_mac.txt +++ b/runtime/doc/gui_mac.txt @@ -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 diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index 7ef0a2be..940cf760 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1,4 +1,4 @@ -*index.txt* For Vim version 7.1. Last change: 2007 Sep 18 +*index.txt* For Vim version 7.1. Last change: 2007 Nov 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -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 diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 5cfd8a68..de1fd60e 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 7.1. Last change: 2007 Sep 30 +*options.txt* For Vim version 7.1. Last change: 2007 Nov 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -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* -- 2.11.4.GIT