Skip to content

Commit a634c3f

Browse files
committed
editing.txt: Update Vim 8.2.4812
1 parent c585344 commit a634c3f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

en/editing.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -445,7 +445,8 @@ does apply like to other wildcards.
445445
Environment variables in the expression are expanded when evaluating the
446446
expression, thus this works: >
447447
: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: >
449450
:e `='$HOME' .. '/.vimrc'`
450451
451452
If the expression returns a string then names are to be separated with line
@@ -1224,7 +1225,7 @@ Examples: >
12241225

12251226
If you want to always use ":confirm", set the 'confirm' option.
12261227

1227-
*:browse* *:bro* *E338* *E614* *E615* *E616*
1228+
*:browse* *:bro* *E338*
12281229
:bro[wse] {command} Open a file selection dialog for an argument to
12291230
{command}. At present this works for |:e|, |:w|,
12301231
|:wall|, |:wq|, |:wqall|, |:x|, |:xall|, |:exit|,
@@ -1694,7 +1695,7 @@ session or with another command (e.g., a filter command). Then you will know
16941695
which version of the file you want to keep.
16951696

16961697
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
16981699
second. Use `has('nanotime')` to check if sub-second time stamp checks are
16991700
available.
17001701

0 commit comments

Comments
 (0)