|
1 | | -*vi_diff.txt* For Vim version 9.1. Last change: 2025 Jun 10 |
| 1 | +*vi_diff.txt* For Vim version 9.1. Last change: 2025 Aug 06 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -118,7 +118,7 @@ argument when starting Vim. |
118 | 118 | ============================================================================== |
119 | 119 | 4. The most interesting additions *vim-additions* |
120 | 120 |
|
121 | | -Vi compatibility. |'compatible'| |
| 121 | +Vi compatibility. 'compatible' |
122 | 122 | Although Vim is 99% Vi compatible, some things in Vi can be |
123 | 123 | considered to be a bug, or at least need improvement. But still, Vim |
124 | 124 | starts in a mode which behaves like the "real" Vi as much as possible. |
@@ -192,8 +192,8 @@ Syntax highlighting. |:syntax| |
192 | 192 | this is using a |:colorscheme| command. |
193 | 193 | The highlighted text can be exported as HTML. |convert-to-HTML| |
194 | 194 | Other items that can be highlighted are matches with the search string |
195 | | - |'hlsearch'|, matching parens |matchparen| and the cursor line and |
196 | | - column |'cursorline'| |'cursorcolumn'|. |
| 195 | + 'hlsearch', matching parens |matchparen| and the cursor line and |
| 196 | + column 'cursorline' 'cursorcolumn'. |
197 | 197 |
|
198 | 198 | Text properties |textprop.txt| |
199 | 199 | Vim supports highlighting text by a plugin. Property types can be |
@@ -341,7 +341,7 @@ Insert-mode completion. |ins-completion| |
341 | 341 | |i_CTRL-X_CTRL-R| contents from registers |
342 | 342 | etc. |
343 | 343 |
|
344 | | -Long line support. |'wrap'| |'linebreak'| |
| 344 | +Long line support. 'wrap' 'linebreak' |
345 | 345 | If the 'wrap' option is off, long lines will not wrap and only part |
346 | 346 | of them will be shown. When the cursor is moved to a part that is not |
347 | 347 | shown, the screen will scroll horizontally. The minimum number of |
@@ -394,7 +394,7 @@ Finding matches in files. |:vimgrep| |
394 | 394 | advanced Vim regexp pattern, works on all systems and also works to |
395 | 395 | search in compressed files. |
396 | 396 |
|
397 | | -Improved indenting for programs. |'cindent'| |
| 397 | +Improved indenting for programs. 'cindent' |
398 | 398 | When the 'cindent' option is on the indent of each line is |
399 | 399 | automatically adjusted. C syntax is mostly recognized. The indent |
400 | 400 | for various styles can be set with 'cinoptions'. The keys to trigger |
@@ -468,7 +468,7 @@ Editing binary files. |edit-binary| |
468 | 468 | executable file, without corrupting it. Vim doesn't remove NUL |
469 | 469 | characters (they are represented as <NL> internally). |
470 | 470 | |-b| command-line argument to start editing a binary file |
471 | | - |'binary'| Option set by |-b|. Prevents adding an <EOL> for the |
| 471 | + 'binary' Option set by |-b|. Prevents adding an <EOL> for the |
472 | 472 | last line in the file. |
473 | 473 |
|
474 | 474 | Multi-language support. |multi-lang| |
@@ -793,7 +793,7 @@ somewhere else. |
793 | 793 |
|
794 | 794 | Vim is able to work correctly on filesystems with 8.3 file names, also when |
795 | 795 | using messydos or crossdos filesystems on the Amiga, or any 8.3 mounted |
796 | | -filesystem under Unix. See |'shortname'|. |
| 796 | +filesystem under Unix. See 'shortname'. |
797 | 797 |
|
798 | 798 | Error messages are shown at least one second (Vi overwrites error messages). |
799 | 799 |
|
|
0 commit comments