|
1 |
| -*editing.txt* For Vim version 8.2. Last change: 2022 Apr 03 |
| 1 | +*editing.txt* For Vim version 8.2. Last change: 2022 Apr 16 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -445,7 +445,8 @@ does apply like to other wildcards.
|
445 | 445 | Environment variables in the expression are expanded when evaluating the
|
446 | 446 | expression, thus this works: >
|
447 | 447 | :e `=$HOME .. '/.vimrc'`
|
448 |
| -This does not work, $HOME is inside a string and used literally: > |
| 448 | +This uses $HOME inside a string and it will be used literally, most likely not |
| 449 | +what you intended: > |
449 | 450 | :e `='$HOME' .. '/.vimrc'`
|
450 | 451 |
|
451 | 452 | If the expression returns a string then names are to be separated with line
|
@@ -1224,7 +1225,7 @@ Examples: >
|
1224 | 1225 |
|
1225 | 1226 | If you want to always use ":confirm", set the 'confirm' option.
|
1226 | 1227 |
|
1227 |
| - *:browse* *:bro* *E338* *E614* *E615* *E616* |
| 1228 | + *:browse* *:bro* *E338* |
1228 | 1229 | :bro[wse] {command} Open a file selection dialog for an argument to
|
1229 | 1230 | {command}. At present this works for |:e|, |:w|,
|
1230 | 1231 | |:wall|, |:wq|, |:wqall|, |:x|, |:xall|, |:exit|,
|
@@ -1694,7 +1695,7 @@ session or with another command (e.g., a filter command). Then you will know
|
1694 | 1695 | which version of the file you want to keep.
|
1695 | 1696 |
|
1696 | 1697 | The accuracy of the time check depends on the filesystem. On Unix it is
|
1697 |
| -usually sub-second. With old file sytems and on MS-Windows it is normally one |
| 1698 | +usually sub-second. With old file systems and on MS-Windows it is normally one |
1698 | 1699 | second. Use `has('nanotime')` to check if sub-second time stamp checks are
|
1699 | 1700 | available.
|
1700 | 1701 |
|
|
0 commit comments