From 16b1cfa3be2665e78bea6c876d3ced96dbfeb44f Mon Sep 17 00:00:00 2001 From: Wojciech Kępka Date: Sun, 6 Jun 2021 11:59:32 +0200 Subject: Add diagnostics keybindings --- helix-term/src/application.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-term/src/application.rs') diff --git a/helix-term/src/application.rs b/helix-term/src/application.rs index f064e866..84824b51 100644 --- a/helix-term/src/application.rs +++ b/helix-term/src/application.rs @@ -217,7 +217,7 @@ impl Application { }) .collect(); - doc.diagnostics = diagnostics; + doc.set_diagnostics(diagnostics); // TODO: we want to process all the events in queue, then render. publishDiagnostic tends to send a whole bunch of events self.render(); } -- cgit v1.2.3-70-g09d2