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,