From 996ee93e41517386d625e060fe1e5d0860ac4d31 Mon Sep 17 00:00:00 2001 From: Denys Rybalka Date: Wed, 8 Jan 2025 08:26:11 +0100 Subject: [PATCH] Normalize path in file browser --- helix-term/src/ui/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helix-term/src/ui/mod.rs b/helix-term/src/ui/mod.rs index e598d353..e597f385 100644 --- a/helix-term/src/ui/mod.rs +++ b/helix-term/src/ui/mod.rs @@ -303,11 +303,11 @@ pub fn file_browser(root: PathBuf, editor: &Editor) -> Result