From d53c991a26f28a050fb1412c1aba024a941b347e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcios?= <142515226+ViniiR@users.noreply.github.com> Date: Mon, 14 Oct 2024 03:55:18 -0300 Subject: [PATCH] [FIX] on hyper theme, allow mru title icon to be empty (#490) Co-authored-by: vinii <=> --- lua/dashboard/theme/hyper.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/dashboard/theme/hyper.lua b/lua/dashboard/theme/hyper.lua index 2da09be..ddfe7d5 100644 --- a/lua/dashboard/theme/hyper.lua +++ b/lua/dashboard/theme/hyper.lua @@ -354,6 +354,9 @@ local function gen_center(plist, config) local start_col = plist[plist_len + 2]:find('[^%s]') - 1 local _, scol = plist[2]:find('%S') + if scol == nil then + scol = 0 + end local hotkey = gen_hotkey(config)