1
- *version4.txt* For Vim version 9.1. Last change: 2006 Apr 24
1
+ *version4.txt* For Vim version 9.1. Last change: 2025 Aug 06
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -38,7 +38,7 @@ Now the default for 'backup' is off. As soon as the writing of the file has
38
38
successfully finished, the backup file is deleted. If you want to keep the
39
39
backup file, set 'backup' on in your vimrc. The reason for this change is
40
40
that many people complained that leaving a backup file behind is not
41
- Vi-compatible. | 'backup' |
41
+ Vi-compatible. 'backup'
42
42
43
43
44
44
Extension for backup file changed *backup-extension*
@@ -139,7 +139,7 @@ documentation.
139
139
The key names in <> can be used in mappings directly. This makes it possible
140
140
to copy/paste examples or type them literally. The <> notation has been
141
141
introduced for this | <> | . The 'B' and '<' flags must not be present in
142
- 'cpoptions' to enable this to work | 'cpoptions' | .
142
+ 'cpoptions' to enable this to work 'cpoptions' .
143
143
144
144
old name new name old code old MS-DOS code ~
145
145
hex dec hex dec ~
@@ -289,7 +289,7 @@ The 'graphic' option was used to make the characters between <~> and 0xa0
289
289
display directly on the screen. Now the 'isprint' option takes care of this
290
290
with many more possibilities. The default setting is the same; you only need
291
291
to look into this if you previously set the 'graphic' option in your vimrc.
292
- | 'isprint' |
292
+ 'isprint'
293
293
294
294
295
295
'yankendofline' option gone *ye-option-gone*
@@ -304,11 +304,11 @@ The 'yankendofline' option has been removed. Instead you can just use
304
304
305
305
The 'title' option is now only set by default if the original title can be
306
306
restored. Avoids "Thanks for flying Vim" titles. If you want them anyway,
307
- put ":set title" in your vimrc. | 'title' |
307
+ put ":set title" in your vimrc. 'title'
308
308
309
309
The default for 'icon' now depends on the possibility of restoring the
310
310
original value, just like 'title' . If you don't like your icon titles to be
311
- changed, add this line to your vimrc: | 'icon' |
311
+ changed, add this line to your vimrc: 'icon'
312
312
:set noicon
313
313
314
314
@@ -318,7 +318,7 @@ changed, add this line to your vimrc: |'icon'|
318
318
The 'i' flag now means italic highlighting, instead of invert. The 'r' flag
319
319
is used for reverse highlighting, which is what 'i' used to be. Normally you
320
320
won't see the difference, because italic mode is not supported on most
321
- terminals and reverse mode is used as a fallback. | 'highlight' |
321
+ terminals and reverse mode is used as a fallback. 'highlight'
322
322
323
323
When an occasion is not present in 'highlight' , use the mode from the default
324
324
value for 'highlight' , instead of reverse mode.
@@ -327,8 +327,8 @@ value for 'highlight', instead of reverse mode.
327
327
'tildeop' and 'weirdinvert' short names changed *short-name-changed*
328
328
-----------------------------------------------
329
329
330
- Renamed 'to' (abbreviation for 'tildeop' ) to 'top' . | 'tildeop' |
331
- Renamed 'wi' (abbreviation for 'weirdinvert' ) to 'wiv' . | 'weirdinvert' |
330
+ Renamed 'to' (abbreviation for 'tildeop' ) to 'top' . 'tildeop'
331
+ Renamed 'wi' (abbreviation for 'weirdinvert' ) to 'wiv' . 'weirdinvert'
332
332
333
333
This was done because Vi uses 'wi' as the short name for 'window' and 'to' as
334
334
the short name for 'timeout' . This means that if you try setting these
@@ -350,6 +350,6 @@ CTRL-B in Insert mode removed *toggle-revins*
350
350
CTRL-B in Insert mode used to toggle the 'revins' option. If you don't know
351
351
this and accidentally hit CTRL-B , it is very difficult to find out how to undo
352
352
it. Since hardly anybody uses this feature, it is disabled by default. If
353
- you want to use it, define RIGHTLEFT in feature.h before compiling. | 'revins' |
353
+ you want to use it, define RIGHTLEFT in feature.h before compiling. 'revins'
354
354
355
355
vim:tw=78:ts=8:noet:ft=help:norl:
0 commit comments