Add documentation macligatures option (#129).

This commit is contained in:
René Köcher
2015-11-13 23:02:11 +01:00
parent 2696990550
commit a2937e2731
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ to your .gvimrc file to revert back to the default Vim tab label.
*macvim-options*
These are the non-standard options that MacVim supports:
'antialias' 'blurradius' 'fullscreen'
'fuoptions' 'macmeta' 'toolbariconsize'
'fuoptions' 'macmeta' 'macligatures' 'toolbariconsize'
'transparency'
*macvim-commands*
+17
View File
@@ -4997,6 +4997,23 @@ A jump table for the options with a short description can be found at |Q_op|.
bound with the Meta flag even when this option is disabled, but this
is not the case for the majority of keys (e.g. <M-a>, <M-`>).
*'macligatures'* *'nomacligatures'*
'macligatures' boolean (default off)
global
{not in Vi}
{only available when compiled with GUI enabled on
Mac OS X}
This option only has an effect in the GUI version of Vim on Mac OS X
v10.2 or later. When on, Vim will display ligatures if the selected
'guifont' supports them. Examples for such fonts are Fira Code or
Haskelig.
Note: Currently this option only has an effect if
'Use Core Text renderer' is enabled in the GUI preferences pane.
Support for this option is not flawless in MacVim. In particular it
currently requires the use of 'cursorline' or 'relativenumber' to draw
properly.
*'magic'* *'nomagic'*
'magic' boolean (default on)
global