diff options
author | Christian Clason <c.clason@uni-graz.at> | 2021-10-16 19:24:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-16 19:24:19 +0200 |
commit | fc1cdb88218c7db5ce2641c9eaf7a4a8a3dba32c (patch) | |
tree | e8e7bb3f482fd5015920466d639f6313f2c18e85 /runtime/doc/editing.txt | |
parent | 1ced6cf08c1bf819df76e3830ae12f76e987f151 (diff) | |
parent | fbc5b7b090221eb5344dd0d09b13f24fdedf2630 (diff) | |
download | rneovim-fc1cdb88218c7db5ce2641c9eaf7a4a8a3dba32c.tar.gz rneovim-fc1cdb88218c7db5ce2641c9eaf7a4a8a3dba32c.tar.bz2 rneovim-fc1cdb88218c7db5ce2641c9eaf7a4a8a3dba32c.zip |
Merge pull request #16042 from clason/vim-2286304cdbba
vim-patch:2286304cdbba
chore(test): adapt healthcheck test to new css syntax
Diffstat (limited to 'runtime/doc/editing.txt')
-rw-r--r-- | runtime/doc/editing.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index 0e7e461a61..f91e4f0627 100644 --- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -1310,7 +1310,7 @@ change anything for the current directory. When |:lcd| has been used for a window, the specified directory becomes the current directory for that window. Windows where the |:lcd| command has not been used stick to the global or tab-local directory. When jumping to another -window the current directory will become the last specified local current +window the current directory is changed to the last specified local current directory. If none was specified, the global or tab-local directory is used. When changing tabs the same behaviour applies. If the current tab has no @@ -1467,6 +1467,11 @@ It is also possible that you modified the file yourself, from another edit session or with another command (e.g., a filter command). Then you will know which version of the file you want to keep. +The accuracy of the time check depends on the filesystem. On Unix it is +usually sub-second. With old file sytems and on MS-Windows it is normally one +second. Use has('nanotime') check if sub-second time stamp checks are +available. + There is one situation where you get the message while there is nothing wrong: On a Win32 system on the day daylight saving time starts. There is something in the Win32 libraries that confuses Vim about the hour time difference. The |