Skip to content

Commit

Permalink
Fix options docs to not have stale comments regarding Mac Carbon GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
ychin committed Aug 13, 2020
1 parent bfe28d4 commit dfd8150
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions runtime/doc/options.txt
Expand Up @@ -732,14 +732,6 @@ A jump table for the options with a short description can be found at |Q_op|.
v10.2 or later. When on, Vim will use smooth ("antialiased") fonts,
which can be easier to read at certain sizes on certain displays.

Setting this option in the Carbon version can sometimes cause problems
if 'guifont' is set to its default (empty string).
NOTE: This option is reset when 'compatible' is set.

Support for this option is not flawless in MacVim. In particular,
Monaco always seems to render not antialiased for point sizes up
to 10. The ATSUI renderer has better antialias support.

*'autochdir'* *'acd'* *'noautochdir'* *'noacd'*
'autochdir' 'acd' boolean (default off)
global
Expand Down Expand Up @@ -7894,8 +7886,7 @@ A jump table for the options with a short description can be found at |Q_op|.

*'termencoding'* *'tenc'*
'termencoding' 'tenc' string (default ""
with GTK+ and MacVim GUIs: "utf-8"
with Macintosh (Carbon) GUI: "macroman")
with GTK+ and MacVim GUIs: "utf-8")
global
Encoding used for the terminal. This specifies what character
encoding the keyboard produces and the display will understand. For
Expand Down

0 comments on commit dfd8150

Please sign in to comment.