From 7c915dc0651f2cd69bc40adca027729c3b12f4e3 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Fri, 7 May 2021 14:19:58 +0900 Subject: Add the :new command, don't crash if saving without filename. --- helix-core/src/diagnostic.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-core') diff --git a/helix-core/src/diagnostic.rs b/helix-core/src/diagnostic.rs index 5056c26a..cf58b9af 100644 --- a/helix-core/src/diagnostic.rs +++ b/helix-core/src/diagnostic.rs @@ -1,3 +1,4 @@ +#[derive(Eq, PartialEq)] pub enum Severity { Error, Warning, -- cgit v1.2.3-70-g09d2