From ea697b4739f492e683b9d445114f7105b527adda Mon Sep 17 00:00:00 2001 From: LimbicSys <30319215+LimbicSys@users.noreply.github.com> Date: Sat, 20 Jan 2024 16:45:15 +0800 Subject: [PATCH] fix: add a white space betweent diagnostic source and code --- lua/lspsaga/diagnostic/show.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lspsaga/diagnostic/show.lua b/lua/lspsaga/diagnostic/show.lua index ed1fe5f02..133d00beb 100644 --- a/lua/lspsaga/diagnostic/show.lua +++ b/lua/lspsaga/diagnostic/show.lua @@ -225,6 +225,7 @@ local function msg_fmt(entry) .. entry.bufnr .. ' ' .. (entry.source and entry.source or '') + .. ' ' .. (entry.code and entry.code or '') end