From 6ca269b3189502687fc868ce9d8b731632312ccc Mon Sep 17 00:00:00 2001 From: theteachr Date: Mon, 6 Feb 2023 07:34:27 +0530 Subject: [PATCH] Revert "Improve naming" This reverts commit 1ca353ddfa8c17aaef8325d48e91377733cca335. --- helix-term/src/ui/statusline.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/helix-term/src/ui/statusline.rs b/helix-term/src/ui/statusline.rs index 99a1d06c172b8..12a791937bed9 100644 --- a/helix-term/src/ui/statusline.rs +++ b/helix-term/src/ui/statusline.rs @@ -409,18 +409,18 @@ where write(context, format!(" {} ", file_type), None); } -fn render_title(context: &mut RenderContext, write: F, path: Option) +fn render_path(context: &mut RenderContext, write: F, path: Option) where F: Fn(&mut RenderContext, String, Option