Skip to content

Commit bff12b4

Browse files
fix: remove accidental vim.print
## Details Left a `vim.print` hanging around by accident, woops.
1 parent 40fff90 commit bff12b4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lua/render-markdown/colors.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ end
8686

8787
---@private
8888
function M.reload()
89-
vim.print(M.cache)
9089
for _, color in pairs(M.cache.combine) do
9190
M.combine(color.fg, color.bg, true)
9291
end

lua/render-markdown/health.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local state = require('render-markdown.state')
55
local M = {}
66

77
---@private
8-
M.version = '8.3.17'
8+
M.version = '8.3.18'
99

1010
function M.check()
1111
M.start('version')

0 commit comments

Comments
 (0)