|
1 |
| -*vi_diff.txt* For Vim version 8.1. Last change: 2019 Nov 12 |
| 1 | +*vi_diff.txt* For Vim version 8.2. Last change: 2019 Dec 17 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -74,9 +74,7 @@ Vim has only a few limits for the files that can be edited {Vi: can not handle
|
74 | 74 | <Nul> characters and characters above 128, has limited line length, many other
|
75 | 75 | limits}.
|
76 | 76 | *E340*
|
77 |
| -Maximum line length On machines with 16-bit ints (Amiga and MS-DOS real |
78 |
| - mode): 32767, otherwise 2147483647 characters. |
79 |
| - Longer lines are split. |
| 77 | +Maximum line length 2147483647 characters. Longer lines are split. |
80 | 78 | Maximum number of lines 2147483647 lines.
|
81 | 79 | Maximum file size 2147483647 bytes (2 Gbyte) when a long integer is
|
82 | 80 | 32 bits. Much more for 64 bit longs. Also limited
|
@@ -106,8 +104,7 @@ Memory usage limits
|
106 | 104 | The option 'maxmem' ('mm') is used to set the maximum memory used for one
|
107 | 105 | buffer (in kilobytes). 'maxmemtot' is used to set the maximum memory used for
|
108 | 106 | all buffers (in kilobytes). The defaults depend on the system used. For the
|
109 |
| -Amiga and MS-DOS, 'maxmemtot' is set depending on the amount of memory |
110 |
| -available. |
| 107 | +Amiga, 'maxmemtot' is set depending on the amount of memory available. |
111 | 108 | These are not hard limits, but tell Vim when to move text into a swap file.
|
112 | 109 | If you don't like Vim to swap to a file, set 'maxmem' and 'maxmemtot' to a
|
113 | 110 | very large value. The swap file will then only be used for recovery. If you
|
@@ -140,15 +137,14 @@ Support for different systems.
|
140 | 137 | - In protected mode on Windows 3.1 and MS-DOS (DPMI driver required).
|
141 | 138 | - Windows 95 and Windows NT, with support for long file names.
|
142 | 139 | - OS/2 (needs emx.dll)
|
143 |
| - - Atari MiNT |
144 | 140 | - VMS
|
145 | 141 | - BeOS
|
146 | 142 | - Macintosh
|
147 | 143 | - Risc OS
|
148 | 144 | - IBM OS/390
|
149 | 145 | Note that on some systems features need to be disabled to reduce
|
150 |
| - resource usage, esp. on MS-DOS. For some outdated systems you need to |
151 |
| - use an older Vim version. |
| 146 | + resource usage. For some outdated systems you need to use an older |
| 147 | + Vim version. |
152 | 148 |
|
153 | 149 | Multi level persistent undo. |undo|
|
154 | 150 | 'u' goes backward in time, 'CTRL-R' goes forward again. Set option
|
@@ -460,9 +456,8 @@ Printing. |printing|
|
460 | 456 |
|
461 | 457 | Mouse support. |mouse-using|
|
462 | 458 | The mouse is supported in the GUI version, in an xterm for Unix, for
|
463 |
| - BSDs with sysmouse, for Linux with gpm, for MS-DOS, and Win32. It |
464 |
| - can be used to position the cursor, select the visual area, paste a |
465 |
| - register, etc. |
| 459 | + BSDs with sysmouse, for Linux with gpm, and Win32. It can be used to |
| 460 | + position the cursor, select the visual area, paste a register, etc. |
466 | 461 |
|
467 | 462 | Usage of key names. |<>| |key-notation|
|
468 | 463 | Special keys now all have a name like <Up>, <End>, etc.
|
@@ -782,8 +777,8 @@ If the 'insertmode' option is set (e.g. in .exrc), Vim starts in insert mode.
|
782 | 777 | And it comes back there, when pressing <Esc>.
|
783 | 778 |
|
784 | 779 | Undo information is kept in memory. Available memory limits the number and
|
785 |
| -size of change that can be undone. This may be a problem with MS-DOS, is |
786 |
| -hardly a problem on the Amiga and almost never with Unix and Win32. |
| 780 | +size of change that can be undone. This is hardly a problem on the Amiga and |
| 781 | +almost never with Unix and Win32. |
787 | 782 |
|
788 | 783 | If the 'backup' or 'writebackup' option is set: Before a file is overwritten,
|
789 | 784 | a backup file (.bak) is made. If the "backup" option is set it is left
|
|
0 commit comments