commit | 0a7984af5601323fae7b3398f05a48087db7b767 | [log] [tgz] |
---|---|---|
author | Leah Neukirchen <leah@vuxu.org> | Thu Oct 14 21:27:55 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 14 21:27:55 2021 +0100 |
tree | 22efd296a4db294d3e9288c5d2085c1a5679ae82 | |
parent | 340dd0fbe462a15a9678cfba02085b4adcc45f02 [diff] [blame] |
patch 8.2.3510: changes are only detected with one second accuracy Problem: Changes are only detected with one second accuracy. Solution: Use the nanosecond time if possible. (Leah Neukirchen, closes #8873, closes #8875)
diff --git a/src/version.c b/src/version.c index 31f0015..d1f079c 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3510, +/**/ 3509, /**/ 3508,