File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ to your .gvimrc file to revert back to the default Vim tab label.
111111 *macvim-options*
112112These are the non-standard options that MacVim supports:
113113 'antialias' 'blurradius' 'fullscreen'
114- 'fuoptions' 'macmeta' 'toolbariconsize'
114+ 'fuoptions' 'macmeta' 'macligatures' ' toolbariconsize'
115115 'transparency'
116116
117117 *macvim-commands*
Original file line number Diff line number Diff line change @@ -4997,6 +4997,19 @@ A jump table for the options with a short description can be found at |Q_op|.
49974997 bound with the Meta flag even when this option is disabled, but this
49984998 is not the case for the majority of keys (e.g. <M-a> , <M-`> ).
49994999
5000+ *'macligatures'* *'nomacligatures'*
5001+ 'macligatures' boolean (default off)
5002+ global
5003+ {not in Vi}
5004+ {only available when compiled with GUI enabled on
5005+ Mac OS X}
5006+ This option only has an effect in the GUI version of Vim on Mac OS X
5007+ v10.2 or later. When on, Vim will display ligatures if the selected
5008+ 'guifont' supports them. Examples for such fonts are Fira Code or
5009+ Haskelig.
5010+ Note: Currently this option only has an effect if
5011+ 'Use Core Text renderer' is enabled in the GUI preferences pane.
5012+
50005013 *'magic'* *'nomagic'*
50015014'magic' boolean (default on)
50025015 global
You can’t perform that action at this time.
0 commit comments