From e446779726b0c18f91d73625d9ebfb32092c4b77 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Wed, 20 May 2026 13:29:36 +0200 Subject: [PATCH] fix(health): "Create bug report" button --- runtime/lua/vim/health/health.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/lua/vim/health/health.lua b/runtime/lua/vim/health/health.lua index 32603a67b2..2b52296fc5 100644 --- a/runtime/lua/vim/health/health.lua +++ b/runtime/lua/vim/health/health.lua @@ -723,7 +723,7 @@ local function check_sysinfo() vim.ui.open(issue_url) end vim.wo[win].winbar = - '%#WarningMsg#%@v:lua.nvim_health_bugreport_open@Click to Create Bug Report on GitHub%X%*' + '%#WarningMsg#%@v:lua.nvim_health_bugreport_open@▶ Create Bug Report on GitHub%X%*' vim.api.nvim_create_autocmd('BufDelete', { buf = buf,