aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nvim/aucmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/aucmd.c b/src/nvim/aucmd.c
index 18404c4cd5..32c77fa288 100644
--- a/src/nvim/aucmd.c
+++ b/src/nvim/aucmd.c
@@ -67,7 +67,6 @@ static void do_autocmd_focusgained(bool gained)
// 1. Some filesystems have modification time granularity in seconds. Fat32
// has a granularity of 2 seconds.
// 2. We could get multiple notifications in a row.
-
if (gained && last_time + (Timestamp)2000 < os_now()) {
need_redraw = check_timestamps(true);
last_time = os_now();