From 26425442108d4c0038b2b996f8b38510fcccf968 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Sun, 9 Jun 2019 08:41:51 +0530 Subject: [PATCH] fix display for --tree with --long --- src/display.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/display.rs b/src/display.rs index 92c29c1..df4809e 100644 --- a/src/display.rs +++ b/src/display.rs @@ -190,6 +190,8 @@ fn inner_display_tree( group: detect_group_length(&metas), size: detect_size_lengths(&metas, flags), date: detect_date_length(&metas, flags), + name: detect_name_length(&metas, &icons), + name_with_symlink: detect_name_with_symlink_length(&metas, &icons), }) }