@@ -1485,7 +1485,7 @@ A jump table for the options with a short description can be found at |Q_op|.
1485
1485
global
1486
1486
When 'confirm' is on, certain operations that would normally
1487
1487
fail because of unsaved changes to a buffer, e.g. ":q" and ":e",
1488
- instead raise a | dialog | asking if you wish to save the current
1488
+ instead raise a dialog asking if you wish to save the current
1489
1489
file(s). You can still use a ! to unconditionally | abandon | a buffer.
1490
1490
If 'confirm' is off you can still activate confirmation for one
1491
1491
command only (this is most useful in mappings) with the | :confirm |
@@ -2803,8 +2803,7 @@ A jump table for the options with a short description can be found at |Q_op|.
2803
2803
:set guifont=*
2804
2804
< will bring up a font requester, where you can pick the font you want.
2805
2805
2806
- The font name depends on the GUI used. See | setting-guifont | for a
2807
- way to set 'guifont' for various systems.
2806
+ The font name depends on the GUI used.
2808
2807
2809
2808
For Mac OSX you can use something like this: >
2810
2809
:set guifont=Monaco:h10
@@ -6586,8 +6585,7 @@ A jump table for the options with a short description can be found at |Q_op|.
6586
6585
menu. This conflicts with the use of the ALT key for mappings and
6587
6586
entering special characters. This option tells what to do:
6588
6587
no Don't use ALT keys for menus. ALT key combinations can be
6589
- mapped, but there is no automatic handling. This can then be
6590
- done with the | :simalt | command.
6588
+ mapped, but there is no automatic handling.
6591
6589
yes ALT key handling is done by the windowing system. ALT key
6592
6590
combinations cannot be mapped.
6593
6591
menu Using ALT in combination with a character that is a menu
0 commit comments