|
1 |
| -*starting.txt* For Vim version 9.1. Last change: 2025 Jun 28 |
| 1 | +*starting.txt* For Vim version 9.1. Last change: 2025 Aug 06 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -505,7 +505,7 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
|
505 | 505 | Using the "-u" argument with another argument than DEFAULTS
|
506 | 506 | has the side effect that the 'compatible' option will be on by
|
507 | 507 | default. This can have unexpected effects. See
|
508 |
| - |'compatible'|. |
| 508 | + 'compatible'. |
509 | 509 |
|
510 | 510 | *-U* *E230*
|
511 | 511 | -U {gvimrc} The file {gvimrc} is read for initializations when the GUI
|
@@ -1380,7 +1380,7 @@ these steps:
|
1380 | 1380 | You need to escape special characters, esp. spaces.
|
1381 | 1381 |
|
1382 | 1382 | Note that when you create a .vimrc file, this can influence the 'compatible'
|
1383 |
| -option, which has several side effects. See |'compatible'|. |
| 1383 | +option, which has several side effects. See 'compatible'. |
1384 | 1384 | ":mkvimrc", ":mkexrc" and ":mksession" write the command to set or reset the
|
1385 | 1385 | 'compatible' option to the output file first, because of these side effects.
|
1386 | 1386 |
|
@@ -1666,7 +1666,7 @@ VIMINFO FILE NAME *viminfo-file-name*
|
1666 | 1666 | is not set, "$VIM\_viminfo" is used. When $VIM is also not set,
|
1667 | 1667 | "c:\_viminfo" is used.
|
1668 | 1668 | - The 'n' flag in the 'viminfo' option can be used to specify another viminfo
|
1669 |
| - file name |'viminfo'|. |
| 1669 | + file name 'viminfo'. |
1670 | 1670 | - The "-i" Vim argument can be used to set another file name, |-i|. When the
|
1671 | 1671 | file name given is "NONE" (all uppercase), no viminfo file is ever read or
|
1672 | 1672 | written. Also not for the commands below!
|
|
0 commit comments