From f54534a3cbca77a3577064609c6a30c715ed6cae Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Tue, 16 Jul 2024 17:42:45 +0300 Subject: [PATCH] fixup! fix: symlinked files cannot be highlighted when hovered --- spec/yazi/renameable_buffer_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/yazi/renameable_buffer_spec.lua b/spec/yazi/renameable_buffer_spec.lua index 6016ab52..4c8bb37a 100644 --- a/spec/yazi/renameable_buffer_spec.lua +++ b/spec/yazi/renameable_buffer_spec.lua @@ -49,7 +49,7 @@ describe('the RenameableBuffer class', function() return file_path end - it('#focus matches when the file is a symlink', function() + it('matches when the file is a symlink', function() local file1_path = create_temp_file('_file1') local file2_path = vim.fn.tempname() .. '_file2'