mirror of
https://github.com/neovim/neovim.git
synced 2026-08-27 01:21:48 +00:00
fix(health): "Create bug report" button
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user