@@ -4985,31 +4985,31 @@ A jump table for the options with a short description can be found at |Q_op|.
49854985 'termencoding' .
49864986 Note: MacVim does not use this option.
49874987
4988- *'macmeta'* *'mmta'* *'nomacmeta'* *'nommta'*
4989- 'macmeta' boolean (default off)
4990- local to buffer
4991- {only available in MacVim GUI}
4992- Use option (alt) as meta key. When on, option-key presses are not
4993- interpreted, thus enabling bindings to <M-..>. When off, option-key
4994- presses are interpreted by the selected input method and inserted as
4995- text.
4996- Note: Some keys (e.g. <M-F1> , <M-Tab> , <M-Return> , <M-Left> ) can be
4997- bound with the Meta flag even when this option is disabled, but this
4998- is not the case for the majority of keys (e.g. <M-a> , <M-`> ).
4999-
50004988 *'macligatures'* *'nomacligatures'*
50014989'macligatures' boolean (default off)
50024990 global
50034991 {not in Vi}
50044992 {only available when compiled with GUI enabled on
50054993 Mac OS X}
50064994 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
4995+ v10.5 or later. When on, Vim will display ligatures if the selected
50084996 'guifont' supports them. Examples for such fonts are Fira Code or
50094997 Haskelig.
50104998 Note: Currently this option only has an effect if
50114999 'Use Core Text renderer' is enabled in the GUI preferences pane.
50125000
5001+ *'macmeta'* *'mmta'* *'nomacmeta'* *'nommta'*
5002+ 'macmeta' boolean (default off)
5003+ local to buffer
5004+ {only available in MacVim GUI}
5005+ Use option (alt) as meta key. When on, option-key presses are not
5006+ interpreted, thus enabling bindings to <M-..>. When off, option-key
5007+ presses are interpreted by the selected input method and inserted as
5008+ text.
5009+ Note: Some keys (e.g. <M-F1> , <M-Tab> , <M-Return> , <M-Left> ) can be
5010+ bound with the Meta flag even when this option is disabled, but this
5011+ is not the case for the majority of keys (e.g. <M-a> , <M-`> ).
5012+
50135013 *'magic'* *'nomagic'*
50145014'magic' boolean (default on)
50155015 global
0 commit comments