From 41aa36ac5e69a18fc5c881f0a1b1222b32e2ed9d Mon Sep 17 00:00:00 2001 From: usagi-flow <2804556+usagi-flow@users.noreply.github.com> Date: Tue, 21 May 2024 22:03:27 +0200 Subject: [PATCH] feat(evil): adjust the app name in the version info --- helix-term/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-term/src/main.rs b/helix-term/src/main.rs index fbe1a8460..1a690339b 100644 --- a/helix-term/src/main.rs +++ b/helix-term/src/main.rs @@ -88,7 +88,7 @@ FLAGS: } if args.display_version { - println!("helix {}", VERSION_AND_GIT_HASH); + println!("evil-helix {}", VERSION_AND_GIT_HASH); std::process::exit(0); }